Burn cc16f5db| inputs | 0 | address | burner | |
| 1 | uint256 | value |
Transfer ddf252ad| inputs | 0 | address | from | |
| 1 | address | to | ||
| 2 | uint256 | value |
balanceOf 70a08231Gets the balance of the specified address.
| inputs | 0 | address | _owner | The address to query the the balance of. |
| outputs | 0 | uint256 | balance |
burn 42966c68Burns a specific amount of tokens.
| inputs | 0 | uint256 | _value | The amount of token to be burned. |
totalSupply 18160dddtotal number of tokens in existence
transfer a9059cbbtransfer token for a specified address
| inputs | 0 | address | _to | The address to transfer to. |
| 1 | uint256 | _value | The amount to be transferred. |