ArthLiquidityBoardroom
Verified contract
Active on
Ethereum with 2,929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x35b6…806f
0x0e3c…35d9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 12.401009K | -- | -- | |
ARTH | ERC-20 | 1.333301K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12365848 | 4 years ago | | | 0 | 0.0043448060 | |
| 12048968 | 4 years ago | | | 0 | 0.012659387 | |
| 11997831 | 4 years ago | | | 0 | 0.0081218400 | |
| 11997567 | 4 years ago | | | 0 | 0.0071110801 | |
| 11963962 | 4 years ago | | | 0 | 0.0077465388 | |
| 11961176 | 4 years ago | | | 0 | 0.0068746340 | |
| 11951655 | 4 years ago | | | 0 | 0.0095964860 | |
| 11950115 | 4 years ago | | | 0 | 0.0073776560 | |
| 11940350 | 4 years ago | | | 0 | 0.0095574180 | |
| 11932762 | 4 years ago | | | 0 | 0.010830937 |
ABI
ABI objects
Getter at block 21291905
cash() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
duration() view returns (uint256)
86400
getLockDuration() view returns (uint256)
86400
getStakerDetails() view returns (uint256, uint256)
(0, 0)
isOperator() view returns (bool)
false
latestSnapshotIndex() view returns (uint256)
8
operator() view returns (address)
0x2806e2e25480856432edb151e2975b6a49a5e079
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
rewardPerShare() view returns (uint256)
3253761365381579309
share() view returns (address)
0x35b6f9e6300aa6c722ea189e096b0b073025806f
totalSupply() view returns (uint256)
12401008551922735867230
Read-only
_stakingDetails(address) view returns (uint256 lastStakedOn, uint256 lastStakedAmount, uint256 totalStakedAmount)
balanceOf(address account) view returns (uint256)
earned(address director) view returns (uint256)
getLastSnapshotIndexOf(address director) view returns (uint256)
State-modifying
Events allocateSeigniorage(uint256 amount)
changeLockDuration(uint256 _duration)
claimReward()
exit()
renounceOwnership()
stake(uint256 amount)
stakeFor(address onBehalf, 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, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.