IERC721Burnable

Git Source

Author: Lens Protocol

Extension of ERC-721 including a function that allows the token to be burned.

Functions

burn

Burns an NFT, removing it from circulation and essentially destroying it.

function burn(uint256 tokenId) external;

Parameters

NameTypeDescription
tokenIduint256The token ID of the token to burn.