Skip to main content

NFTDrop.burnToken() method

Burn a single NFT

Example

const result = await contract.burnToken(tokenId);

Signature:

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

Parameters

ParameterTypeDescription
tokenIdBigNumberishthe token Id to burn

Returns:

Promise<TransactionResult>