StakingRewards
Verified contract
Active on
Ethereum with 223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd601…7481
Balances ($0.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 0.122181 | $3.06 |
$0.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11676953 | 4 years ago | | | 0 | 0.0050078402 | |
| 11646019 | 4 years ago | | | 0 | 0.0082008000 | |
| 11645241 | 4 years ago | | | 0 | 0.0049888800 | |
| 11641512 | 4 years ago | | | 0 | 0.0060840000 | |
| 11639300 | 4 years ago | | | 0 | 0.0030859080 | |
| 11638701 | 4 years ago | | | 0 | 0.0073008000 | |
| 11637999 | 4 years ago | | | 0 | 0.0073008000 | |
| 11636855 | 4 years ago | | | 0 | 0.017768400 | |
| 11635869 | 4 years ago | | | 0 | 0.012418560 | |
| 11635795 | 4 years ago | | | 0 | 0.011559600 |
ABI
ABI objects
Getter at block 21394841
getRewardForDuration() view returns (uint256)
47999999999999999952000
lastPauseTime() view returns (uint256)
1610151757
lastTimeRewardApplicable() view returns (uint256)
1610883564
lastUpdateTime() view returns (uint256)
1610883564
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
paused() view returns (bool)
true
periodFinish() view returns (uint256)
1610883564
rewardPerToken() view returns (uint256)
387015120225011504995
rewardPerTokenStored() view returns (uint256)
387015120225011504995
rewardRate() view returns (uint256)
26455026455026455
rewardsDistribution() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
rewardsDuration() view returns (uint256)
1814400
rewardsToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
stakingToken() view returns (address)
0xd6014ea05bde904448b743833ddf07c3c7837481
totalSupply() view returns (uint256)
403554202382369511324
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.