Ether Token
Verified contract
Active on
Ethereum with 201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,391,323.15)
Native
Value
$12,391,322.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.429013K | $3,613.67 |
$12,391,322.21 | |
HEX | ERC-20 | 200 | $0.004691 |
$0.94 | |
BTB | ERC-20 | 3 | $0.00004 |
$0 | |
0x4f4a…3433 | ERC-20 | 2,018,060,500T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
BEB | ERC-20 | 88.888K | -- | -- | |
betbeb.com | ERC-20 | 88.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18808740 | a year ago | | | 0 | 0.0013953104 | |
| 18808483 | a year ago | | | 0 | 0.0015938721 | |
| 18513596 | a year ago | | | 0 | 0.0015004021 | |
| 18513553 | a year ago | | | 0 | 0.0022168188 | |
| 18513476 | a year ago | | | 0 | 0.0015883573 | |
| 18513464 | a year ago | | | 0 | 0.0021540293 | |
| 18513445 | a year ago | | | 0 | 0.00089363525 | |
| 18513429 | a year ago | | | 0 | 0.00081450330 | |
| 18513418 | a year ago | | | 0 | 0.00085509497 | |
| 18513403 | a year ago | | | 0 | 0.00085167076 |
ABI
ABI objects
Getter at block 21316284
accessPolicy() pure returns (address)
0xae38c27e646959735ec70d77ed4ecc03a3eff490
decimals() pure returns (uint8)
18
name() pure returns (string)
Ether Token
symbol() pure returns (string)
ETH-T
totalSupply() pure returns (uint256)
3429013222792326643699
version() pure returns (string)
Read-only
allowance(address owner, address spender) pure returns (uint256 remaining)
balanceOf(address owner) pure returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
deposit() payable
reclaim(address token)
setAccessPolicy(address newPolicy, address newAccessController)
transfer(address to, uint256 amount) returns (bool)
transfer(address to, uint256 amount, bytes data) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
LogAccessPolicyChanged(address controller, address oldPolicy, address newPolicy)
LogDeposit(address indexed to, uint256 amount)
LogWithdrawal(address indexed from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address accessPolicy)
This contract contains no fallback and receive objects.
This contract contains no error objects.