esLBRBoost
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b26…dbde
Balances ($0.00)
No balances found for "esLBRBoost"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20936738 | a month ago | | | 0 | 0.0056224456 | |
| 20917553 | a month ago | | | 0 | 0.0032703514 | |
| 20908109 | a month ago | | | 0 | 0.0026855682 | |
| 20903153 | a month ago | | | 0 | 0.0020410955 | |
| 20897974 | a month ago | | | 0 | 0.0015470939 | |
| 20888840 | a month ago | | | 0 | 0.0018577720 | |
| 20878713 | a month ago | | | 0 | 0.0056660244 | |
| 20867513 | a month ago | | | 0 | 0.0021058872 | |
| 20859081 | a month ago | | | 0 | 0.0044586270 | |
| 20858997 | a month ago | | | 0 | 0.0028317995 |
ABI
ABI objects
Getter at block 21176598
miningIncentives() view returns (address)
0x0b2659734121feb636534213a159ac91691edbde
owner() view returns (address)
0x0bb3a32722b4cd85f06f8f57aaa4a579d5de88c6
Read-only
esLBRLockSettings(uint256) view returns (uint256 duration, uint256 miningBoost)
getAmountNeedLocked(address user) view returns (uint256)
getUnlockTime(address user) view returns (uint256 unlockTime)
getUserBoost(address user, uint256 userUpdatedAt, uint256 finishAt) view returns (uint256)
userLockStatus(address) view returns (uint256 lockAmount, uint256 unlockTime, uint256 duration, uint256 miningBoost)
State-modifying
Events addLockSetting(struct esLBRBoostesLBRLockSetting setting)
renounceOwnership()
setLockStatus(uint256 id, uint256 lbrAmount, bool useLBR)
setMiningIncentives(address _addr)
transferOwnership(address newOwner)
unlock()
NewLockSetting(uint256 duration, uint256 miningBoost)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeLBR(address indexed user, uint256 amount, uint256 time)
Unlock(address indexed user, uint256 unLockAmount, uint256 unlockTime)
UserLockStatus(address indexed user, uint256 lockAmount, uint256 unlockTime, uint256 duration, uint256 miningBoost)
constructor(address _miningIncentives)
This contract contains no fallback and receive objects.
This contract contains no error objects.