Transfer
ddf252ad
inputs | 0 | address | from | |
1 | address | to | ||
2 | uint256 | value |
balanceOf
70a08231
Gets the balance of the specified address.
inputs | 0 | address | _owner | The address to query the the balance of. |
outputs | 0 | uint256 | balance |
totalSupply
18160ddd
transfer
a9059cbb
transfer token for a specified address
inputs | 0 | address | _to | The address to transfer to. |
1 | uint256 | _value | The amount to be transferred. |