IERC721Burnable
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
Name | Type | Description |
---|---|---|
tokenId | uint256 | The token ID of the token to burn. |