Skip to main content

Erc721Droppable class

Lazily mint and claim ERC721 NFTs

Example

const contract = await sdk.getContract("{{contract_address}}");
await contract.drop.claim(quantity);

Constructors

ConstructorModifiersDescription
(constructor)(erc721, contractWrapper, storage)Constructs a new instance of the Erc721Droppable class

Properties

PropertyModifiersTypeDescription
claimErc721Claimable | undefinedClaim tokens and configure claim conditions
featureName"ERC721Droppable"
revealerDelayedReveal<BaseDelayedRevealERC721> | undefinedDelayed reveal

Methods

MethodModifiersDescription
lazyMint(metadatas, options)Create a batch of unique NFTs to be claimed in the future

Signature:

export declare class Erc721Droppable implements DetectableFeature

Implements: DetectableFeature

Remarks

Manage claim phases and claim ERC721 NFTs that have been lazily minted.