You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

535 B

ERC721ABurnable

erc721a/contracts/extensions/ERC721ABurnable.sol

ERC721A Token that can be irreversibly burned (destroyed).

Inherits:

Functions

burn

function burn(uint256 tokenId) public virtual

Burns tokenId. See ERC721A._burn.

Requirements:

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