Skip to main content

NFTCollection.burn() method

Burn a single NFT

Example

const result = await contract.burnToken(tokenId);

Signature:

burn(tokenId: BigNumberish): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
tokenIdBigNumberishthe token Id to burn

Returns:

Promise<TransactionResult>