StakingRewardsLP
Verified contract
Active on
Ethereum with 1,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…a572
0xfb09…edfe
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 216.533434 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20429849 | 4 months ago | | | 0 | 0.00026402164 | |
| 20429836 | 4 months ago | | | 0 | 0.00028418129 | |
| 20429833 | 4 months ago | | | 0 | 0.00011521789 | |
| 20429824 | 4 months ago | | | 0 | 0.00030240498 | |
| 20429732 | 4 months ago | | | 0 | 0.00010667245 | |
| 20429536 | 4 months ago | | | 0 | 0.00017059780 | |
| 20429527 | 4 months ago | | | 0 | 0.00030147785 | |
| 19407116 | 9 months ago | | | 0 | 0.0099592028 | |
| 16063302 | 2 years ago | | | 0 | 0.00093718970 | |
| 15585341 | 2 years ago | | | 0 | 0.00092911039 |
ABI
ABI objects
Getter at block 21294692
getRewardForDuration() view returns (uint256)
799999999999999996608000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1627919546
lastUpdateTime() view returns (uint256)
1627919546
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc2eefe95b20493a392751505245368a3a972ef4d
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1627919546
rewardPerToken() view returns (uint256)
443657088578400403119
rewardPerTokenStored() view returns (uint256)
443657088578400403119
rewardRate() view returns (uint256)
154320987654320987
rewardsDistribution() view returns (address)
0xc2eefe95b20493a392751505245368a3a972ef4d
rewardsDuration() view returns (uint256)
5184000
rewardsToken() view returns (address)
0x0000a1c00009a619684135b824ba02f7fbf3a572
stakingToken() view returns (address)
0xfb0997696919ba43275f4156f9550b9f68f5edfe
totalSupply() view returns (uint256)
216533433572385121685
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 acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
updatePeriodFinish(uint256 timestamp)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.