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 "ETHERGO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8972154 | 5 years ago | | | 0 | 0.000040225900 | |
| 8172338 | 5 years ago | | | 0 | 0.000021569000 | |
| 8157703 | 5 years ago | | | 0 | 0.000021569000 | |
| 8157418 | 5 years ago | | | 0 | 0.000021569000 | |
| 8111928 | 5 years ago | | | 0 | 0.000036569000 | |
| 8111027 | 5 years ago | | | 0 | 0.000021569000 | |
| 8107995 | 5 years ago | | | 0 | 0.000021569000 | |
| 8107068 | 5 years ago | | | 0 | 0.000021569000 | |
| 8106451 | 5 years ago | | | 0 | 0.000036569000 | |
| 7554838 | 6 years ago | | | 0 | 0.00014367016 |
ABI
ABI objects
Getter at block 21216191
INITIAL_SUPPLY() view returns (uint256)
9500000000
decimals() view returns (uint8)
2
name() view returns (string)
ETHERGO
owner() view returns (address)
0xc64d9e39295144191ad9f7a2c8de28523b8cfeaf
symbol() view returns (string)
XGO
totalSupply() view returns (uint256)
9500000000
transfersEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
enableTransfers(bool _transfersEnabled)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromContract(address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.