Skip to main content

Erc1155Droppable.claim property

Claim tokens and configure claim conditions

Example

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

Signature:

claim: Erc1155Claimable | undefined;

Remarks

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