TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 16,965 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMNI | ERC-20 | 898.985054K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200769 | an hour ago | | | 0 | 0.00083326708 | |
| 21200432 | 2 hours ago | | | 0 | 0.00078914536 | |
| 21200423 | 2 hours ago | | | 0 | 0.00069061921 | |
| 21200396 | 3 hours ago | | | 0 | 0.00061163702 | |
| 21200386 | 3 hours ago | | | 0 | 0.00078096179 | |
| 21200271 | 3 hours ago | | | 0 | 0.00079353034 | |
| 21199819 | 4 hours ago | | | 0 | 0.00081550800 | |
| 21199778 | 5 hours ago | | | 0 | 0.00073202328 | |
| 21199653 | 5 hours ago | | | 0 | 0.00076916715 | |
| 21199543 | 5 hours ago | | | 0 | 0.00076644950 |
ABI
ABI objects
Getter at block 21201149
isOpen() view returns (bool)
true
owner() view returns (address)
0xff89c654846b2e4bc572ceabe77056daf7b299a3
paused() view returns (bool)
false
token() view returns (address)
0x36e66fbbce51e4cd5bd3c62b637eb411b18949d4
unbondingPeriod() view returns (uint256)
1209600
Read-only
balanceOf(address) view returns (uint256)
canWithdrawAt(address account) view returns (uint256)
unstakedAt(address) view returns (uint256)
State-modifying
Events close()
initialize(address owner_, uint256 unbondingPeriod_)
open()
pause()
renounceOwnership()
setUnbondingPeriod(uint256 duration)
stake(uint256 amount)
stakeFor(address recipient, uint256 amount)
transferOwnership(address newOwner)
unpause()
unstake()
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Closed()
Initialized(uint8 version)
Opened()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed recipient, uint256 amount)
UnbondingPeriodChanged(uint256 newDuration, uint256 prevDuration)
Unpaused(address account)
Unstaked(address indexed account, uint256 amount)
Withdrawn(address indexed account, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.