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 "Ether Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5922366 | 6 years ago | | | 0 | 0.0013647530 | |
| 5922029 | 6 years ago | | | 0 | 0.011979000 | |
| 5921997 | 6 years ago | | | 0 | 0.0073810000 | |
| 5921939 | 6 years ago | | | 0 | 0.0073810000 | |
| 5921693 | 6 years ago | | | 0 | 0.011979000 | |
| 5921683 | 6 years ago | | | 0 | 0.0073810000 | |
| 5921634 | 6 years ago | | | 0 | 0.0073810000 | |
| 5921589 | 6 years ago | | | 1.5 | 0.0077610000 |
ABI
ABI objects
Getter at block 21292210
decimals() view returns (uint8)
18
name() view returns (string)
Ether Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x837bf5c45bf22cbea2d2a7f07b368782a6c41ea3
standard() view returns (string)
Token 0.1
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
deposit() payable
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
withdraw(uint256 _amount)
withdrawTo(address _to, uint256 _amount)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.