Skip to main content

Erc1155LazyMintable.claimWithConditions property

Claim tokens and configure claim conditions

Example

const quantity = 10;
const tokenId = 0;
await contract.erc1155.claimTo("0x...", 0, quantity);

Signature:

claimWithConditions: Erc1155ClaimableWithConditions | undefined;

Remarks

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