StakingRewards
Verified contract
Active on
Ethereum with 697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa985…ba1e
Balances ($462.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 272.196562 | $1.70 |
$462.73 | |
iETH | ERC-20 | 10.791026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14819330 | 2 years ago | | | 0 | 0.00059216186 | |
| 14570265 | 3 years ago | | | 0 | 0.0037972655 | |
| 14570222 | 3 years ago | | | 0 | 0.0016816610 | |
| 12701137 | 3 years ago | | | 0 | 0.0018058420 | |
| 12644888 | 3 years ago | | | 0 | 0.0013565860 | |
| 12583511 | 3 years ago | | | 0 | 0.0031279040 | |
| 12573071 | 3 years ago | | | 0 | 0.0022384650 | |
| 12519852 | 3 years ago | | | 0 | 0.0053848500 | |
| 12496212 | 3 years ago | | | 0 | 0.0055683012 | |
| 12496097 | 3 years ago | | | 0 | 0.0049415660 |
ABI
ABI objects
Getter at block 21169195
getRewardForDuration() view returns (uint256)
15999999999999999984000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1617235218
lastUpdateTime() view returns (uint256)
1617235218
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1617235218
rewardPerToken() view returns (uint256)
42113892729901584720
rewardPerTokenStored() view returns (uint256)
42113892729901584720
rewardRate() view returns (uint256)
26455026455026455
rewardsDistribution() view returns (address)
0x29c295b046a73cde593f21f63091b072d407e3f2
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
stakingToken() view returns (address)
0xa9859874e1743a32409f75bb11549892138bba1e
totalSupply() view returns (uint256)
10791025799025218434
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.