ODCdataManagersERC721extensions

ERC721Burnable

Abstract contract that provides burning capabilities of the ERC721 Data Manager

burn

function burn(uint256 tokenId) public virtual

_Burns tokenId. See {ERC721-_burn}.

Requirements:

  • The caller must own tokenId or be an approved operator._

On this page