ERC1155ClaimConditions
Enables wallets to claim (mint) NFTs from the contract under specific conditions.
Claim
Claim a specified number of tokens to the connected wallet.
ClaimTo
The same as claim
, but allows specifying the recipient
address rather than using the connected wallet.
CanClaim
Check if tokens are currently available for claiming, optionally specifying if a specific wallet address can claim.
GetActive
Retrieve the currently active claim phase for a specific token ID, if any.
GetIneligibilityReasons
Get a list of reasons why a specific wallet address is not eligible to claim tokens, if any.
GetClaimerProofs
Returns allowlist information and merkle proofs for a given wallet address.