Skip to main content

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
InputTypeDescription
_toaddressThe receiving address.
_amountuint256The amount of tokens.
© 2024