StakingRewards
Verified contract
Active on
Ethereum with 604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc011…2a6f
0xa985…ba1e
Balances ($0.00)
No balances found for "StakingRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11806155 | 4 years ago | | | 0 | 0.011537634 | |
| 11783578 | 4 years ago | | | 0 | 0.020000000 | |
| 11782423 | 4 years ago | | | 0 | 0.024883180 | |
| 11782308 | 4 years ago | | | 0 | 0.013096650 | |
| 11782302 | 4 years ago | | | 0 | 0.0032646000 | |
| 11782037 | 4 years ago | | | 0 | 0.017647137 | |
| 11781815 | 4 years ago | | | 0 | 0.013266642 | |
| 11781807 | 4 years ago | | | 0 | 0.019201509 | |
| 11781793 | 4 years ago | | | 0 | 0.021724335 | |
| 11781694 | 4 years ago | | | 0 | 0.018773550 |
ABI
ABI objects
Getter at block 21393719
getRewardForDuration() view returns (uint256)
16000158734882841657600
lastPauseTime() view returns (uint256)
1612309787
lastTimeRewardApplicable() view returns (uint256)
1612396810
lastUpdateTime() view returns (uint256)
1612338575
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
paused() view returns (bool)
true
periodFinish() view returns (uint256)
1612396810
rewardPerToken() view returns (uint256)
5283079699725310138
rewardPerTokenStored() view returns (uint256)
5180937827577204416
rewardRate() view returns (uint256)
26455288913496762
rewardsDistribution() view returns (address)
0x29c295b046a73cde593f21f63091b072d407e3f2
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
stakingToken() view returns (address)
0xa9859874e1743a32409f75bb11549892138bba1e
totalSupply() view returns (uint256)
15083175170742703643229
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)
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.