Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Token9"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8230999 | 5 years ago | | | 0 | 0.0013433316 | |
| 7234865 | 6 years ago | | | 0 | 0.00064576250 | |
| 7045472 | 6 years ago | | | 0 | 0.0036597000 | |
| 7024702 | 6 years ago | | | 0 | 0.0054895500 | |
| 7024434 | 6 years ago | | | 0 | 0.0030996601 | |
| 7024387 | 6 years ago | | | 0 | 0.0030996601 | |
| 6961305 | 6 years ago | | | 0 | 0.0036597000 | |
| 6961289 | 6 years ago | | | 0 | 0.0051597000 | |
| 6961276 | 6 years ago | | | 0 | 0.0036597000 | |
| 6907557 | 6 years ago | | | 0 | 0.0030640149 |
ABI
ABI objects
Getter at block 21160099
decimals() view returns (uint256)
18
name() view returns (string)
Token9
symbol() view returns (string)
T9
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.