ODCdataManagersomnichainERC20

OmnichainERC20WithLocalMintBurnSupplyDataManager

This contract should be used with OmnichainFungibleTokenWithLocalMintBurnSupplyDO only on a chain where mint/burn happens exclusively (no other chains are allowed to mint/burn tokens for this DP)

constructor

constructor(bytes32 datapoint_, address _dataIndex, address _fungibleDO, string name_, string symbol_) public

localMintBurnSupply

function localMintBurnSupply() public view returns (uint256)

Function used to get count of all minted and not burned tokens on current chain

Return Values

NameTypeDescription
[0]uint256Difference between tokens minted and burned on current chain

On this page