ERC1155Burnable
Functionality available for contracts that implement the
IERC1155Enumerable
and
IBurnableERC1155
interfaces.
Allows you to burn NFTs (transfer them to a null address) to take them out of circulation.
Burn
Burn the specified NFTs from the connected wallet.
var data = await contract.ERC1155.Burn("{{token_id}}", 1);