Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ETH Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7235480 | 6 years ago | | | 0 | 0.00072511600 | |
| 7218366 | 6 years ago | | | 0 | 0.00041588800 | |
| 7218350 | 6 years ago | | | 0 | 0.00029486400 | |
| 7040892 | 6 years ago | | | 0 | 0.0010371600 | |
| 7040857 | 6 years ago | | | 0 | 0.0010371600 | |
| 6924537 | 6 years ago | | | 0 | 0.00073972000 | |
| 6924249 | 6 years ago | | | 0 | 0.00073972000 | |
| 6924207 | 6 years ago | | | 0 | 0.0010397200 | |
| 6877951 | 6 years ago | | | 0 | 0.0010371600 | |
| 6877884 | 6 years ago | | | 0 | 0.00073588000 |
ABI
ABI objects
Getter at block 21331859
decimals() view returns (uint8)
8
name() view returns (string)
ETH Token
owner() view returns (address)
0xfd28ef5dc3e09a15d31aa3b837a05b827d41d397
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
21000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
freezes(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _extraData) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed from, uint256 value)
constructor()
fallback()
This contract contains no error objects.