Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ERC1155BurnableUpgradeable

Inherits: Initializable, ERC1155Upgradeable

Extension of {ERC1155} that allows token holders to destroy both their own tokens and those that they have been approved to use.

Functions

__ERC1155Burnable_init

function __ERC1155Burnable_init() internal onlyInitializing;

__ERC1155Burnable_init_unchained

function __ERC1155Burnable_init_unchained() internal onlyInitializing;

burn

function burn(address account, uint256 id, uint256 value) public virtual;

burnBatch

function burnBatch(address account, uint256[] memory ids, uint256[] memory values) public virtual;