StakingRewards
Verified contract
Active on
Ethereum with 155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe9a…79ae
0xc846…7c11
Balances ($32.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNOW | ERC-20 | 124.043106 | $0.261059 |
$32.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14378979 | 3 years ago | | | 0 | 0.0040780494 | |
| 14106592 | 3 years ago | | | 0 | 0.010931368 | |
| 14087259 | 3 years ago | | | 0 | 0.0064335976 | |
| 14087254 | 3 years ago | | | 0 | 0.0026574041 | |
| 14028589 | 3 years ago | | | 0 | 0.0067583021 | |
| 14003430 | 3 years ago | | | 0 | 0.010553139 | |
| 13966556 | 3 years ago | | | 0 | 0.026158145 | |
| 13923135 | 3 years ago | | | 0 | 0.015994239 | |
| 13809610 | 3 years ago | | | 0 | 0.0065057361 | |
| 13809607 | 3 years ago | | | 0 | 0.0023003308 |
ABI
ABI objects
Getter at block 21405263
getRewardForDuration() view returns (uint256)
324999999999998114212
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1648900919
lastUpdateTime() view returns (uint256)
1647183713
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf9589b4da15ffe6825df987e9651f7a4db8a296e
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1648900919
rewardPerToken() view returns (uint256)
109638675099481390
rewardPerTokenStored() view returns (uint256)
109638675099481390
rewardRate() view returns (uint256)
57825847762513
rewardsDistribution() view returns (address)
0xf9589b4da15ffe6825df987e9651f7a4db8a296e
rewardsDuration() view returns (uint256)
5620324
rewardsToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
stakingToken() view returns (address)
0xc8465d6af86cbfd30abcde4b966b155d103d7c11
totalSupply() view returns (uint256)
0
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, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.