IERC20MintableUpgradeable
Description
Interface to allow minting of ERC-20 tokens.
Implementation
external function mint
Mints ERC-20 tokens for a receiving address.
function mint(address _to, uint256 _amount) external
Input | Type | Description |
---|---|---|
_to | address | The receiving address. |
_amount | uint256 | The amount of tokens. |