Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONX | ERC-20 | 1.396079K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156436 | 7 days ago | | | 0 | 0.00054280461 | |
| 19227588 | 9 months ago | | | 0 | 0.00079173421 | |
| 18935770 | 10 months ago | | | 0 | 0.00099971027 | |
| 18743561 | a year ago | | | 0 | 0.0022850092 | |
| 18311843 | a year ago | | | 0 | 0.00017148303 | |
| 16658113 | 2 years ago | | | 0 | 0.00090526608 | |
| 16573325 | 2 years ago | | | 0 | 0.0012302005 | |
| 16546230 | 2 years ago | | | 0 | 0.00064082412 | |
| 16305997 | 2 years ago | | | 0 | 0.00051894412 | |
| 16293699 | 2 years ago | | | 0 | 0.00079275477 |
ABI
ABI objects
Getter at block 21205073
DOMAIN_SEPARATOR() view returns (bytes32)
0xe82044634ab085865bf92de3ae4dbc410e9655ff1ef973cc47e316127e437185
decimals() view returns (uint8)
18
name() view returns (string)
Ownix
owner() view returns (address)
0x1baa1a23a345039a69467c220a17b346b57e4576
symbol() view returns (string)
ONX
totalSupply() view returns (uint256)
999999150792035136227691828
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address _minter) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMinter(address _minter, bool _privileged)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(address _withdrawAddress, uint256 _amount)
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[] _addresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.