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;