Fraction ProtocolexternalInterfaces
IERC1155WithBurn
This interface is the interface of ERC1155 alongside with the burn feature.
burn
Burns erc1155 tokensfrom an account.
Parameters
Name | Type | Description |
---|---|---|
account | address | The account to burn the tokens from. |
id | uint256 | The id of the erc1155 tokens to burn. |
amount | uint256 | The amount of the erc1155 tokens to burn. |