StakingRewards
Verified contract
Active on
Ethereum with 985 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc011…2a6f
0xd601…7481
Balances ($343.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 226.101359 | $1.52 |
$343.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15854033 | 2 years ago | | | 0 | 0.00076148839 | |
| 15200074 | 2 years ago | | | 0 | 0.0013051900 | |
| 14934055 | 2 years ago | | | 0 | 0.0031952022 | |
| 12644891 | 3 years ago | | | 0 | 0.00093103200 | |
| 12596741 | 3 years ago | | | 0 | 0.0026068460 | |
| 12496137 | 3 years ago | | | 0 | 0.0048874080 | |
| 12493096 | 3 years ago | | | 0 | 0.0068725940 | |
| 12462386 | 3 years ago | | | 0 | 0.014774727 | |
| 12353869 | 4 years ago | | | 0 | 0.0027930960 | |
| 12337983 | 4 years ago | | | 0 | 0.0045517120 |
ABI
ABI objects
Getter at block 21178446
getRewardForDuration() view returns (uint256)
47999999999999999347200
lastPauseTime() view returns (uint256)
1617160695
lastTimeRewardApplicable() view returns (uint256)
1615268638
lastUpdateTime() view returns (uint256)
1615268638
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
paused() view returns (bool)
true
periodFinish() view returns (uint256)
1615268638
rewardPerToken() view returns (uint256)
870736395199774524983
rewardPerTokenStored() view returns (uint256)
870736395199774524983
rewardRate() view returns (uint256)
39682539682539682
rewardsDistribution() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
stakingToken() view returns (address)
0xd6014ea05bde904448b743833ddf07c3c7837481
totalSupply() view returns (uint256)
1412046023485679980
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.