Boardroom
Verified contract
Active on
Ethereum with 6,051 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd90e…92dc
Balances ($5,600.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONS | ERC-20 | 3.783329K | $1.31 |
$4,956.16 | |
ONC | ERC-20 | 9.68606K | $0.066564 |
$644.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12886268 | 3 years ago | | | 0 | 0.0011326511 | |
| 12750465 | 3 years ago | | | 0 | 0.0011329630 | |
| 12697099 | 3 years ago | | | 0 | 0.0013072650 | |
| 12663648 | 3 years ago | | | 0 | 0.00054082800 | |
| 12663619 | 3 years ago | | | 0 | 0.00083395440 | |
| 12642821 | 3 years ago | | | 0 | 0.00079239888 | |
| 12633270 | 3 years ago | | | 0 | 0.0023530770 | |
| 12626229 | 3 years ago | | | 0 | 0.00087139000 | |
| 12605850 | 3 years ago | | | 0 | 0.0010456680 | |
| 12593283 | 3 years ago | | | 0 | 0.00095852900 |
ABI
ABI objects
Getter at block 21316241
epochAlignTimestamp() view returns (uint256)
1608883200
epochPeriod() view returns (uint256)
28800
getCurrentEpochTimestamp() view returns (uint256)
1733155200
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)
99963552668757684670
share() view returns (address)
0x5bb29c33c4a3c29f56f8aca40b4db91d8a5fe2c5
totalSupply() view returns (uint256)
3783329228138481131461
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.