ERC721Burnable
contract ERC721Burnable
is ERC721
ERC721 Token that can be irreversibly burned (destroyed).
Source: token/ERC721/ERC721Burnable.sol
Index
Reference
Functions
burn
function burn(uint256 tokenId) public
Burns a specific ERC721 token.
- Parameters:
tokenId
- uint256 id of the ERC721 token to be burned.