ERC721ABurnableUpgradeable
erc721a-upgradeable/contracts/extensions/ERC721ABurnableUpgradeable.sol
ERC721A Token that can be irreversibly burned (destroyed).
Write Functions
burn
function burn(uint256 tokenId) public virtual
Burns tokenId
.
Calling conditions:
- The caller must own
tokenId
or be an approved operator.