ArthArthBoardroomV2
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4481…df06
0x0e3c…35d9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARTH | ERC-20 | 7.200542K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11977870 | 4 years ago | | | 0 | 0.0091227082 | |
| 11975474 | 4 years ago | | | 0 | 0.012602088 | |
| 11970011 | 4 years ago | | | 0 | 0.010539984 | |
| 11969976 | 4 years ago | | | 0 | 0.0081680060 | |
| 11966995 | 4 years ago | | | 0 | 0.014423136 | |
| 11962628 | 4 years ago | | | 0 | 0.010401300 | |
| 11958536 | 4 years ago | | | 0 | 0.0097078800 | |
| 11955780 | 4 years ago | | | 0 | 0.0099852480 | |
| 11954021 | 4 years ago | | | 0 | 0.011744566 | |
| 11950229 | 4 years ago | | | 0 | 0.0078700700 |
ABI
ABI objects
Getter at block 21304969
isOperator() view returns (bool)
false
latestSnapshotIndex() view returns (uint256)
4
operator() view returns (address)
0x2806e2e25480856432edb151e2975b6a49a5e079
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
rewardPerShare() view returns (uint256)
174914252441710658
token() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
vault() view returns (address)
0x44811eff0f4dd2d7cb093a6d33bb6202eb2edf06
vestFor() view returns (uint256)
28800
Read-only
boardHistory(uint256) view returns (uint256 number, uint256 time, uint256 rewardReceived, uint256 rewardPerShare)
bondingHistory(address) view returns (uint256 firstBondedOn, uint256 snapshotIndexWhenFirstBonded)
directors(address) view returns (uint256 rewardPending, uint256 rewardEarnedCurrEpoch, uint256 lastClaimedOn, uint256 rewardClaimedCurrEpoch, uint256 lastSnapshotIndex)
estimateEarned(address director) view returns (uint256)
getBoardhistory(uint256 i) view returns (struct VaultBoardroomBoardSnapshot)
getBondingHistory(address who) view returns (struct VaultBoardroomBondingSnapshot)
getDirector(address who) view returns (struct VaultBoardroomBoardseat)
getLastSnapshotIndexOf(address director) view returns (uint256)
State-modifying
Events allocateSeigniorage(uint256 amount)
claimAndReinvestReward()
claimReward() returns (uint256)
refundReward()
renounceOwnership()
setVestFor(uint256 period)
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)
VestingPeriodChanged(uint256 oldPeriod, uint256 period)
constructor(address cash_, address arthVault_, uint256 vestFor_)
This contract contains no fallback and receive objects.
This contract contains no error objects.