Ether Token
Verified contract
Active on
Ethereum with 1,906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($88,703.70)
Native
Value
$88,674.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 27.898376 | $3,178.48 |
$88,674.43 | |
XDATA | ERC-20 | 679.59604 | $0.03908 |
$26.56 | |
HEX | ERC-20 | 1.1K | $0.002464 |
$2.71 | |
GSE | ERC-20 | 105 | $0.000032 |
$0 | |
OCN | ERC-20 | 4 | $0.000042 |
$0 | |
0xBTC | ERC-20 | 0.001 | $0.074286 |
$0 | |
BTB | ERC-20 | 1 | $0.00003 |
$0 | |
CAT | ERC-20 | 1 | $0.000024 |
$0 | |
USD | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000T | -- | -- | |
0x4f4a…3433 | ERC-20 | 2,018,060,500T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20793017 | 2 months ago | | | 0 | 0.00089880835 | |
| 20793003 | 2 months ago | | | 0 | 0.0011688042 | |
| 20792979 | 2 months ago | | | 0 | 0.0013191126 | |
| 20792975 | 2 months ago | | | 0.07 | 0.0014444710 | |
| 20348198 | 4 months ago | | | 0 | 0.00044527583 | |
| 19499032 | 8 months ago | | | 0 | 0.00062157189 | |
| 19146257 | 9 months ago | | | 0 | 0.00041217971 | |
| 19126161 | 9 months ago | | | 0 | 0.00060998415 | |
| 19055584 | 10 months ago | | | 0 | 0.00057931369 | |
| 18578755 | a year ago | | | 0 | 0.0018757396 |
ABI
ABI objects
Getter at block 21159466
decimals() view returns (uint8)
18
name() view returns (string)
Ether Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
standard() view returns (string)
Token 0.1
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
27898375697261526815
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.