Git Source
Inherits: IERC20Mintable, ERC20Base, AccessControlBase, Facet
function ERC20Mintable_init() external onlyInitializing;
Mints new tokens to the given address.
function mint(address to, uint256 amount) external protected;
Parameters
to
address
The address to mint tokens to.
amount
uint256
The amount of tokens to mint.