ERC20MintableFacet
Inherits: IERC20Mintable, ERC20Base, AccessControlBase, Facet
Functions
ERC20Mintable_init
mint
Mints new tokens to the given address.
Parameters
Name
Type
Description
to
address
The address to mint tokens to.
amount
uint256
The amount of tokens to mint.
Was this helpful?