Name | Type | Description |
---|---|---|
_name | string | The name of the token. |
_symbol | string | The symbol of the token. |
Name | Type | Description |
---|---|---|
to | address | The recipient address. |
amount | uint256 | The number of tokens to mint. |
Name | Type | Description |
---|---|---|
to | address | The recipient address. |
amount | uint256 | The number of tokens to transfer. |
Name | Type | Description |
---|---|---|
<none> | bool | bool True if the transfer is successful, false otherwise. |
Name | Type | Description |
---|---|---|
from | address | The address to transfer tokens from. |
to | address | The recipient address. |
amount | uint256 | The number of tokens to transfer. |
Name | Type | Description |
---|---|---|
<none> | bool | bool True if the transfer is successful, false otherwise. |