LiquidBoardroom
Verified contract
Active on
Ethereum with 2,432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf15…79ef
0xa808…1fd8
0x3d3f…095f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KlonX | ERC-20 | 27.558065K | -- | -- | |
KXUSD | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17997294 | a year ago | | | 0 | 0.0012245002 | |
| 17240810 | 2 years ago | | | 0 | 0.0072938979 | |
| 14818563 | 3 years ago | | | 0 | 0.00055804906 | |
| 14818563 | 3 years ago | | | 0 | 0.0014685300 | |
| 14417729 | 3 years ago | | | 0 | 0.0034596251 | |
| 13979661 | 3 years ago | | | 0 | 0.015828773 | |
| 13961506 | 3 years ago | | | 0 | 0.0052354672 | |
| 13959966 | 3 years ago | | | 0 | 0.0075246060 | |
| 13959343 | 3 years ago | | | 0 | 0.013383056 | |
| 13958894 | 3 years ago | | | 0 | 0.010170915 |
ABI
ABI objects
Getter at block 21262162
emissionManager() view returns (address)
0xcc1269909de6a0f470b8796497fe071ee2fbc040
finish() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
operator() view returns (address)
0x901f9da0bc4b6327a18322717d0f29a34dffecc0
owner() view returns (address)
0x2c5ba02bb750a24af83105bed28734e0e22933df
pause() view returns (bool)
false
shareTokenSupply() view returns (uint256)
27558065117116102932147
stakingToken() view returns (address)
0xbf15797bb5e47f6fb094a4abdb2cfc43f77179ef
stakingTokenSupply() view returns (uint256)
27558065117116102932147
stakingUnit() view returns (uint256)
1000000000000000000
start() view returns (uint256)
1616695200
tokenManager() view returns (address)
0xa8081b99550fa2e6baba05b806553cb894d51fd8
veToken() view returns (address)
0x3d3f79aa694fa0bc2a727245f5142ef8b877095f
Read-only
availableForWithdraw(address syntheticTokenAddress, address owner) view returns (uint256)
personRewardAccruals(address, address) view returns (uint256 lastAccrualSnaphotId, uint256 accruedReward)
poolRewardSnapshots(address, uint256) view returns (uint256 timestamp, uint256 addedSyntheticReward, uint256 accruedRewardPerShareUnit)
shareTokenBalance(address owner) view returns (uint256)
stakingTokenBalances(address) view returns (uint256)
State-modifying
Events claimRewards(address to)
notifyTransfer(address token, uint256 amount)
renounceOwnership()
setEmissionManager(address _emissionManager)
setPause(bool _pause)
setTokenManager(address _tokenManager)
setVeToken(address _veToken)
stake(address to, uint256 amount)
transferOperator(address newOperator)
transferOwnership(address newOwner)
updateAccruals(address owner)
withdraw(address to, uint256 amount)
IncomingBoardroomReward(address indexed token, address indexed from, uint256 amount)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAccrued(address syntheticTokenAddress, address to, uint256 incrementalReward, uint256 totalReward)
RewardPaid(address indexed syntheticTokenAddress, address indexed from, address indexed to, uint256 reward)
Staked(address indexed from, address indexed to, uint256 amount)
UpdatedEmissionManager(address indexed operator, address newEmissionManager)
UpdatedPause(address indexed operator, bool pause)
UpdatedTokenManager(address indexed operator, address newTokenManager)
VeTokenChanged(address indexed operator, address newVeToken)
Withdrawn(address indexed from, address indexed to, uint256 amount)
constructor(address _stakingToken, address _tokenManager, address _emissionManager, uint256 _start)
This contract contains no fallback and receive objects.
This contract contains no error objects.