Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XIO | ERC-20 | 10.000671K | $0.003023 |
$30.23 | |
HEX | ERC-20 | 1.307 | $0.002333 |
$0 | |
ONG | ERC-20 | 176.468491K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112477 | 6 days ago | | | 0 | 0.000091617830 | |
| 21101846 | 8 days ago | | | 0 | 0.00023584327 | |
| 21075412 | 12 days ago | | | 0 | 0.00034032180 | |
| 21075178 | 12 days ago | | | 0 | 0.00024294260 | |
| 20905718 | a month ago | | | 0 | 0.00043745124 | |
| 20905702 | a month ago | | | 0 | 0.00054349195 | |
| 20557100 | 3 months ago | | | 0 | 0.000069056150 | |
| 20521484 | 3 months ago | | | 0 | 0.000052347198 | |
| 20453240 | 3 months ago | | | 0 | 0.000029882000 | |
| 20408716 | 3 months ago | | | 0 | 0.000051294000 |
ABI
ABI objects
Getter at block 21158176
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
onG
owner() view returns (address)
0x59955d100741526012c8f2e5c6c92b1a8722a028
symbol() view returns (string)
ONG
totalSupply() view returns (uint256)
168550641733586012588047625
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)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
reclaimEther()
reclaimToken(address tokenAddr)
tokenFallback(address from_, uint256 value_, bytes data_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.