Fraction ProtocolexternalInterfaces

IERC1155WithBurn

This interface is the interface of ERC1155 alongside with the burn feature.

burn

function burn(address account, uint256 id, uint256 amount) external

Burns erc1155 tokensfrom an account.

Parameters

NameTypeDescription
accountaddressThe account to burn the tokens from.
iduint256The id of the erc1155 tokens to burn.
amountuint256The amount of the erc1155 tokens to burn.

On this page