VaultBoardroom
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e3c…35d9
0x4a32…aa58
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARTH | ERC-20 | 249.981802 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12027253 | 4 years ago | | | 0 | 0.015929572 | |
| 12025713 | 4 years ago | | | 0 | 0.013329765 | |
| 12025464 | 4 years ago | | | 0 | 0.022555600 | |
| 12022758 | 4 years ago | | | 0 | 0.014082640 | |
| 12021772 | 4 years ago | | | 0 | 0.015616436 | |
| 12021530 | 4 years ago | | | 0 | 0.013088530 | |
| 12021517 | 4 years ago | | | 0 | 0.0095283782 | |
| 12021512 | 4 years ago | | | 0 | 0.013294800 | |
| 12021503 | 4 years ago | | | 0 | 0.020432720 | |
| 12020784 | 4 years ago | | | 0 | 0.012455520 |
ABI
ABI objects
Getter at block 21309348
currentEpoch() view returns (uint256)
8
getLatestSnapshot() view returns (struct IBoardroomBoardSnapshot)
(12021476, 1615522048, 50097197063392246380225, 55841157609740811568)
isOperator() view returns (bool)
false
latestSnapshotIndex() view returns (uint256)
7
operator() view returns (address)
0x2806e2e25480856432edb151e2975b6a49a5e079
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
rewardPerShare() view returns (uint256)
55841157609740811568
token() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
vault() view returns (address)
0x4a3201a61a998e8f43c942532a72b9c80708aa58
Read-only
balanceOf(address who) view returns (uint256)
boardHistory(uint256) view returns (uint256 number, uint256 time, uint256 rewardReceived, uint256 rewardPerShare)
bondingHistory(address, uint256) view returns (uint256 epoch, uint256 when, uint256 balance)
directors(address) view returns (uint256 rewardClaimed, uint256 lastRPS, uint256 firstRPS, uint256 lastBoardSnapshotIndex, uint256 rewardEarnedCurrEpoch, uint256 lastClaimedOn, uint256 lastSnapshotIndex, bool isFirstVaultActivityBeforeFirstEpoch, uint256 firstEpochWhenDoingVaultActivity)
earned(address director) view returns (uint256)
getBalanceFromLastEpoch(address who) 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)
claimAndReinvestReward(address _vault)
claimReward() returns (uint256)
refundReward()
renounceOwnership()
setVault(address _vault)
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 token_, address vault_, address owner, address operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.