Boardroom
Verified contract
Active on
Ethereum with 1,521 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd90e…92dc
Balances ($116.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONC | ERC-20 | 1.749948K | $0.066668 |
$116.67 | |
UNI-V2 | ERC-20 | 202.121613 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12697585 | 3 years ago | | | 0 | 0.0021345480 | |
| 12548480 | 4 years ago | | | 0 | 0.0013040100 | |
| 12542541 | 4 years ago | | | 0 | 0.0030604992 | |
| 12471628 | 4 years ago | | | 0 | 0.014691846 | |
| 12457134 | 4 years ago | | | 0 | 0.011329524 | |
| 12386620 | 4 years ago | | | 0 | 0.0020885401 | |
| 12372105 | 4 years ago | | | 0 | 0.0052547974 | |
| 12211500 | 4 years ago | | | 0 | 0.0069467860 | |
| 12132692 | 4 years ago | | | 0 | 0.014196336 | |
| 12093960 | 4 years ago | | | 0 | 0.014807952 |
ABI
ABI objects
Getter at block 21311411
epochAlignTimestamp() view returns (uint256)
1608883200
epochPeriod() view returns (uint256)
28800
getCurrentEpochTimestamp() view returns (uint256)
1733097600
isOperator() view returns (bool)
false
latestSnapshotIndex() view returns (uint256)
52
operator() view returns (address)
0x9b0af3f435f193214ccc7ec742c0f260dd6aa5c6
owner() view returns (address)
0xa9613b2f2f9023b4439daa19665e87efd8a808aa
rewardLockupEpochs() view returns (uint256)
0
rewardPerShare() view returns (uint256)
19823884271260559422
share() view returns (address)
0x896dc58182c3b78598c11aa10f940257a1ce32b1
totalSupply() view returns (uint256)
202121612960437987718
withdrawLockupEpochs() view returns (uint256)
4
Read-only
balanceOf(address account) view returns (uint256)
canClaimReward(address director) view returns (bool)
canWithdraw(address director) view returns (bool)
earned(address director) view returns (uint256)
getCanClaimTime(address director) view returns (uint256)
getCanWithdrawTime(address director) view returns (uint256)
getLastSnapshotIndexOf(address director) view returns (uint256)
State-modifying
Events allocateSeigniorage(uint256 amount)
claimReward()
exit()
renounceOwnership()
setLockUp(uint256 _withdrawLockupEpochs, uint256 _rewardLockupEpochs, uint256 _epochAlignTimestamp, uint256 _epochPeriod)
stake(uint256 amount)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(address indexed user, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _cash, address _share)
This contract contains no fallback and receive objects.
This contract contains no error objects.