ERC721ClaimConditions
Allows you to create a claim phase for an ERC721 token.
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.
TotalClaimedSupply
Get the total number of tokens claimed from the drop so far.
TotalUnclaimedSupply
Get the total number of tokens that are still available to be claimed from the drop.
GetActive
Retrieve the currently active claim phase, if any.
GetIneligibilityReasons
Get an array 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.