Name | Type | Description |
---|---|---|
account | address | The address of the account to query |
Name | Type | Description |
---|---|---|
<none> | uint256 | The balance of tokens held by the account |
Name | Type | Description |
---|---|---|
recipient | address | The address of the recipient |
amount | uint256 | The amount of tokens to transfer |
Name | Type | Description |
---|---|---|
<none> | bool | True if the transfer was successful, False otherwise |
Name | Type | Description |
---|---|---|
sender | address | The address of the sender |
recipient | address | The address of the recipient |
amount | uint256 | The amount of tokens to transfer |
Name | Type | Description |
---|---|---|
<none> | bool | True if the transfer was successful, False otherwise |