StakingRewardsV2
Verified contract
Active on
Ethereum with 1,456 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0954…4cab
0x4d3c…4bff
Balances ($405.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INDEX | ERC-20 | 122.90795 | $3.30 |
$405.6 | |
UNI-V2 | ERC-20 | 97.035237 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223425 | 6 days ago | | | 0 | 0.0031307169 | |
| 21037164 | a month ago | | | 0 | 0.0013504660 | |
| 20377698 | 4 months ago | | | 0 | 0.0013642311 | |
| 20228385 | 5 months ago | | | 0 | 0.00070524948 | |
| 20064135 | 5 months ago | | | 0 | 0.0012387907 | |
| 20058682 | 6 months ago | | | 0 | 0.00027799775 | |
| 20058661 | 6 months ago | | | 0 | 0.00028697025 | |
| 19836807 | 7 months ago | | | 0 | 0.00041494225 | |
| 19630385 | 7 months ago | | | 0 | 0.0015575720 | |
| 19630364 | 7 months ago | | | 0 | 0.00093072778 |
ABI
ABI objects
Getter at block 21265654
getRewardForDuration() view returns (uint256)
3285999999999997632000
lastTimeRewardApplicable() view returns (uint256)
1632071812
lastUpdateTime() view returns (uint256)
1632071812
periodFinish() view returns (uint256)
1632071812
rewardPerToken() view returns (uint256)
2979246465303572043
rewardPerTokenStored() view returns (uint256)
2979246465303572043
rewardRate() view returns (uint256)
1267746913580246
rewardsDistribution() view returns (address)
0x9467cfadc9de245010df95ec6a585a506a8ad5fc
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x0954906da0bf32d5479e25f46056d22f08464cab
stakingToken() view returns (address)
0x4d3c5db2c68f6859e0cd05d080979f597dd64bff
totalSupply() view returns (uint256)
97035236893006895733
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.