ODCdataManagersomnichainERC1155
OmnichainERC1155WithLocalMintBurnSupplyDataManager
This contract should be used with OmnichainFungibleFractionsWithLocalMintBurnSupplyDO only on a chain where mint/burn happens exclusively (no other chains are allowed to mint/burn tokens for this DP)
constructor
localMintBurnSupplyAll
Function used to get count of all minted and not burned tokens on current chain of all ids
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | Difference between tokens minted and burned on current chain of all ids |
localMintBurnSupply
Function used to get count of all minted and not burned tokens on current chain of a specific id
Parameters
Name | Type | Description |
---|---|---|
id | uint256 | Id of the token |
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | Difference between tokens minted and burned on current chain of the id |