Skip to main content

Edition.burnTokens() method

Burn a specified amount of a NFT

Example

const result = await contract.burnTokens(tokenId, amount);

Signature:

burnTokens(tokenId: BigNumberish, amount: BigNumberish): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
tokenIdBigNumberishthe token Id to burn
amountBigNumberishamount to burn

Returns:

Promise<TransactionResult>