ODCdataManagersERC20
ERC20DataManager
Contract for managing an ERC20 token using a Fungible Token Data Object
This contract is used to manage an ERC20 token where a Data Object contract is used to store the token data This contract MUST be approved to interact to the data point associated with the Fungible Token Data Object
WrongParameters
Error thrown when the parameters are wrong
_datapoint
The Data Point identifier for the Fungible Token Data Object
fungibleDO
The Fungible Token Data Object
dataIndex
The Data Index implementation
constructor
totalSupply
Returns the value of tokens in existence.
balanceOf
Returns the value of tokens owned by account
.
_checkMinter
SHOULD throw an error if the sender is not allowed to mint