Skip to main content

Erc721Droppable.claim property

Claim tokens and configure claim conditions

Example

const quantity = 10;
await contract.nft.drop.claim.to("0x...", quantity);

Signature:

claim: Erc721Claimable | undefined;

Remarks

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