ODCdataManagersERC20extensions
ERC20Mintable
Abstract contract that provides the mint operation of the ERC20 Data Manager
mint
Mints amount tokens to to
The caller must be allowed to mint
Parameters
| Name | Type | Description |
|---|---|---|
| to | address | Address to mint tokens to |
| amount | uint256 | Amount of tokens to mint |
_checkMinter
SHOULD throw an error if the sender is not allowed to mint

