OnX.finance
Verified contract
Active on
Ethereum with 17,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONX | ERC-20 | 8.5 | $0.00828 |
$0.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240725 | 17 hours ago | | | 0 | 0.00030869185 | |
| 21234429 | 2 days ago | | | 0 | 0.00049861818 | |
| 21229227 | 2 days ago | | | 0 | 0.00084018359 | |
| 21226435 | 3 days ago | | | 0 | 0.00051130431 | |
| 21214263 | 4 days ago | | | 0 | 0.00054039552 | |
| 21200785 | 6 days ago | | | 0 | 0.00083833005 | |
| 21198947 | 7 days ago | | | 0 | 0.00057403582 | |
| 21186852 | 8 days ago | | | 0 | 0.00086740031 | |
| 21184878 | 9 days ago | | | 0 | 0.00074900561 | |
| 21177340 | 10 days ago | | | 0 | 0.0011563208 |
ABI
ABI objects
Getter at block 21245813
decimals() view returns (uint8)
18
exchangeAirdropCampaign() view returns (address)
0x44fb0d3ca750d056b892fe53e72d34361df5a173
name() view returns (string)
OnX.finance
owner() view returns (address)
0x168f8469ac17dd39cd9a2c2ead647f814a488ce9
symbol() view returns (string)
ONX
totalSupply() view returns (uint256)
9908242322942737492178771
treasuryAddress() view returns (address)
0xd03adc74cd87059acbc612c1f938aae9da4f42e2
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)
mintTo(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _exchange, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.