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

ERC1155Burnable

Inherits: ERC1155

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

Functions

burn

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

burnBatch

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