StakingRewardsV2
Verified contract
Active on
Ethereum with 4,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdf28…20af
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 13.910981K | -- | -- | |
HQG | ERC-20 | 2.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286246 | 6 hours ago | | | 0 | 0.0014200049 | |
| 21285871 | 7 hours ago | | | 0 | 0.0011773531 | |
| 21269543 | 3 days ago | | | 0 | 0.00079263081 | |
| 21245617 | 6 days ago | | | 0 | 0.0017930681 | |
| 21244949 | 6 days ago | | | 0 | 0.0020117226 | |
| 21227112 | 9 days ago | | | 0 | 0.0012661420 | |
| 21222777 | 9 days ago | | | 0 | 0.0028391573 | |
| 21221843 | 9 days ago | | | 0 | 0.0018621795 | |
| 21221136 | 9 days ago | | | 0 | 0.0012539704 | |
| 21212592 | 11 days ago | | | 0 | 0.0012828706 |
ABI
ABI objects
Getter at block 21287945
duration() view returns (uint256)
5184000
esLBRBoost() view returns (address)
0xdf284087c7887df16bb1b686421dc34766ee20af
finishAt() view returns (uint256)
1733128511
lastTimeRewardApplicable() view returns (uint256)
1732817999
owner() view returns (address)
0x078dc81e05ceb1e1743b9b5215b3bc83afd9f8c0
rewardPerToken() view returns (uint256)
207596648696155400386
rewardPerTokenStored() view returns (uint256)
207386593311321481463
rewardRatio() view returns (uint256)
142235029745370370
rewardsToken() view returns (address)
0x73b1988a3336208e55275c52fac7f5d3a7dfb89f
stakingToken() view returns (address)
0x3a0ef60e803aae8e94f741e7f61c7cbe9501e569
totalSupply() view returns (uint256)
13910980922480228580691
updatedAt() view returns (uint256)
1732797455
Read-only
balanceOf(address) view returns (uint256)
earned(address _account) view returns (uint256)
getBoost(address _account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
userUpdatedAt(address) view returns (uint256)
State-modifying
Events getReward()
notifyRewardAmount(uint256 _amount)
renounceOwnership()
setBoost(address _boost)
setRewardsDuration(uint256 _duration)
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
BoostChanged(address boostAddr, uint256 time)
ClaimReward(address indexed user, uint256 amount, uint256 time)
DurationChanged(uint256 duration, uint256 time)
NotifyRewardChanged(uint256 addAmount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeToken(address indexed user, uint256 amount, uint256 time)
WithdrawToken(address indexed user, uint256 amount, uint256 time)
constructor(address _stakingToken, address _rewardToken, address _boost)
This contract contains no fallback and receive objects.
This contract contains no error objects.