Ether global
Verified contract
Active on
Ethereum with 7,049 txns
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 global"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15144522 | 2 years ago | | | 0 | 0.0019450480 | |
| 11079977 | 4 years ago | | | 0 | 0.0013859911 | |
| 10226002 | 4 years ago | | | 0 | 0.0011290620 | |
| 9975347 | 5 years ago | | | 0 | 0.00065399400 | |
| 9812744 | 5 years ago | | | 0 | 0.00047227155 | |
| 9766742 | 5 years ago | | | 0 | 0.0012716550 | |
| 9760360 | 5 years ago | | | 0 | 0.00018783600 | |
| 9760290 | 5 years ago | | | 0 | 0.0012712350 | |
| 9760290 | 5 years ago | | | 0 | 0.0012720750 | |
| 9760290 | 5 years ago | | | 0 | 0.0012716550 |
ABI
ABI objects
Getter at block 21158430
decimals() view returns (uint8)
8
name() view returns (string)
Ether global
price() view returns (uint256)
1
symbol() view returns (string)
ETGG
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setPrice(uint256 __price) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.