Skip to main content

Erc721LazyMintable.claimWithConditions property

Claim tokens and configure claim conditions

Example

const quantity = 10;
await contract.erc721.claim(quantity);

Signature:

claimWithConditions: Erc721ClaimableWithConditions | undefined;

Remarks

Let users claim NFTs. Define who can claim NFTs in the collection, when and how many.