xONI
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
0xdac9…f13e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONI | ERC-20 | 2.483294 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16697347 | 2 years ago | | | 0 | 0.0017328456 | |
| 16649534 | 2 years ago | | | 0 | 0.0048351148 | |
| 15081647 | 2 years ago | | | 0 | 0.0010600580 |
ABI
ABI objects
Getter at block 21199650
baseToken() view returns (address)
0xdac9f64295eb76928e4563d0688be9048373f13e
decimals() view returns (uint8)
18
name() view returns (string)
xONI
owner() view returns (address)
0x3e135c3e981fae3383a5ae0d323860a34cfab893
symbol() view returns (string)
xONI
totalSupply() view returns (uint256)
1000000000000000001
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
timelockUntil(address account) view returns (uint256)
State-modifying
Events __XToken_init(address _baseToken, string name, string symbol)
approve(address spender, uint256 amount) returns (bool)
burnXTokens(address who, uint256 _share) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintXTokens(address account, uint256 _amount, uint256 timelockLength) returns (uint256)
renounceOwnership()
timelockAccount(address account, uint256 timelockLength)
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)
Timelocked(address user, uint256 until)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.