Token
Last updated
Last updated
to
address
receiver address of the ERC20 address
amount
uint
amount of ERC20 token minted
account
address
Destroys amount
tokens from account
, deducting from the caller's allowance.
amount
uint
the caller must have allowance for accounts
's tokens of at least amount
.