ODCdataManagersERC1155extensions
ERC1155Burnable
Abstract contract that provides burning capabilities of the ERC1155 Data Manager
burn
Burn a specific amount of tokens with a specific ID
Parameters
Name | Type | Description |
---|---|---|
from | address | The address to burn tokens from |
id | uint256 | The ID of the token to burn |
value | uint256 | The amount of tokens to burn |
batchBurn
Burn multiple tokens with specific IDs
ids and values arrays must have the same length
Parameters
Name | Type | Description |
---|---|---|
from | address | |
ids | uint256[] | The IDs of the tokens to burn |
values | uint256[] | The amounts of tokens to burn |