xONIWETH
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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.630113 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "xONIWETH"
ABI
ABI objects
Getter at block 21199642
decimals() view returns (uint8)
18
name() view returns (string)
xONIWETH
owner() view returns (address)
0x688c3e4658b5367da06fd629e41879beab538e37
symbol() view returns (string)
xONIWETH
target() view returns (address)
0xdac9f64295eb76928e4563d0688be9048373f13e
totalSupply() view returns (uint256)
904998759930783610
Read-only
accumulativeRewardOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
timelockUntil(address account) view returns (uint256)
withdrawnRewardOf(address _owner) view returns (uint256)
State-modifying
Events __TimelockRewardDistributionToken_init(address _target, string _name, string _symbol)
approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeRewards(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
timelockMint(address account, uint256 amount, uint256 timelockLength)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawReward(address user)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardWithdrawn(address indexed to, uint256 weiAmount)
RewardsDistributed(address indexed from, uint256 weiAmount)
Timelocked(address user, uint256 amount, uint256 until)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.