ArthMahaBoardroomV2
Verified contract
Active on
Ethereum with 714 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0b7…5302
0x0e3c…35d9
Balances ($0.00)
No balances found for "ArthMahaBoardroomV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12748741 | 3 years ago | | | 0 | 0.0025725700 | |
| 11998887 | 4 years ago | | | 0 | 0.0051007990 | |
| 11998882 | 4 years ago | | | 0 | 0.013955375 | |
| 11998878 | 4 years ago | | | 0 | 0.013317415 | |
| 11998863 | 4 years ago | | | 0 | 0.012998435 | |
| 11998858 | 4 years ago | | | 0 | 0.014824595 | |
| 11998856 | 4 years ago | | | 0 | 0.013955375 | |
| 11998853 | 4 years ago | | | 0 | 0.014035120 | |
| 11998785 | 4 years ago | | | 0 | 0.011752300 | |
| 11998557 | 4 years ago | | | 0 | 0.010272805 |
ABI
ABI objects
Getter at block 21310699
currentEpoch() view returns (uint256)
22
getLatestSnapshot() view returns (struct IBoardroomBoardSnapshot)
(11998846, 1615220079, 136674795467377883690663, 6911539821718414135)
isOperator() view returns (bool)
false
latestSnapshotIndex() view returns (uint256)
21
operator() view returns (address)
0x2806e2e25480856432edb151e2975b6a49a5e079
owner() view returns (address)
0xbc5655337f4d8b2357a49625df72e004e30a9155
rewardPerShare() view returns (uint256)
6911539821718414135
token() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
vault() view returns (address)
0xa0b708358cdc1ba16214a382547c166314135302
Read-only
boardHistory(uint256) view returns (uint256 number, uint256 time, uint256 rewardReceived, uint256 rewardPerShare)
bondingHistory(address, uint256) view returns (uint256 epoch, uint256 when, uint256 balance, uint256 valid)
directors(address) view returns (uint256 rewardClaimed, uint256 lastRPS, uint256 firstRPS, uint256 lastBoardSnapshotIndex, uint256 rewardEarnedCurrEpoch, uint256 lastClaimedOn, uint256 lastSnapshotIndex)
earned(address director) view returns (uint256)
getBoardhistory(uint256 i) view returns (struct IBoardroomBoardSnapshot)
getBondingHistory(address who, uint256 epoch) view returns (struct IBoardroomBondingSnapshot)
getDirector(address who) view returns (struct IBoardroomBoardseat)
getLastSnapshotIndexOf(address director) view returns (uint256)
getLastSnapshotOf(address director) view returns (struct IBoardroomBoardSnapshot)
State-modifying
Events allocateSeigniorage(uint256 amount)
claimReward() returns (uint256)
refundReward()
renounceOwnership()
transferOperator(address newOperator_)
transferOwnership(address newOwner)
updateReward(address director)
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)
constructor(address cash_, address arthVault_)
This contract contains no fallback and receive objects.
This contract contains no error objects.