StakingRewards
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5a98…1b32
0x2688…d877
Balances ($669.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LDO | ERC-20 | 558.013651 | $1.20 |
$669.62 | |
AA_wstETH | ERC-20 | 109.804811 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16489052 | 2 years ago | | | 0 | 0.00089514600 | |
| 15603347 | 2 years ago | | | 0 | 0.00038108808 | |
| 15194893 | 2 years ago | | | 0 | 0.00044717335 | |
| 15022701 | 2 years ago | | | 0 | 0.0050264609 | |
| 14728650 | 3 years ago | | | 0 | 0.0068701850 | |
| 14705226 | 3 years ago | | | 0 | 0.014543797 | |
| 14679866 | 3 years ago | | | 0 | 0.0091487675 | |
| 14632502 | 3 years ago | | | 0 | 0.0099530997 | |
| 14610827 | 3 years ago | | | 0 | 0.0076520193 | |
| 14610027 | 3 years ago | | | 0 | 0.015003787 |
ABI
ABI objects
Getter at block 21223654
getRewardForDuration() view returns (uint256)
9641999999999999721600
lastTimeRewardApplicable() view returns (uint256)
1649953990
lastUpdateTime() view returns (uint256)
1649953990
owner() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1649953990
rewardPerToken() view returns (uint256)
50384194264176201883
rewardPerTokenStored() view returns (uint256)
50384194264176201883
rewardRate() view returns (uint256)
12399691358024691
rewardsDistribution() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
rewardsDuration() view returns (uint256)
777600
rewardsToken() view returns (address)
0x5a98fcbea516cf06857215779fd812ca3bef1b32
shouldTransfer() view returns (bool)
false
stakingToken() view returns (address)
0x2688fc68c4eac90d9e5e1b94776cf14eade8d877
totalSupply() view returns (uint256)
109804810738185227628
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 depositReward(address, uint256 reward)
exit()
getReward()
initialize(address _rewardsDistribution, address _rewardsToken, address _stakingToken, address _owner, bool _shouldTransfer)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
stakeFor(address _user, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.