ODCdataManagersomnichainERC20extensions
OmnichainERC20Mintable
Abstract contract that provides the mint operation of the Omnichain ERC20 Data Manager
The operations of this contract are only allowed on the single chain
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