Name | Type | Description |
---|---|---|
_name | string | Name of the token |
_symbol | string | Symbol of the token |
_tokenAdmin | address | Token Admin address |
Name | Type | Description |
---|---|---|
to | address | recipient address |
amount | uint256 | number of tokens to mint |
to
cannot be the zero address.amount
.*uint256
.
Requirements:
from
and to
cannot be the zero address.from
must have a balance of at least amount
.from
’s tokens of at least
amount
.*Name | Type | Description |
---|---|---|
from | address | sender address |
amount | uint256 | number of tokens being transferred |
Name | Type | Description |
---|---|---|
from | address | sender address |
to | address | recipient address |
amount | uint256 | number of tokens to be transferred |
Name | Type | Description |
---|---|---|
<none> | address | handlerAddress |
Name | Type | Description |
---|---|---|
_deployedHandlerAddress | address | address of the currently deployed Handler Address |