StakingRewards
Verified contract
Active on
Ethereum with 1,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe9a…79ae
0xe4f8…1df3
Balances ($1,405.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNOW | ERC-20 | 5.549878K | $0.253324 |
$1,405.92 | |
UNI-V2 | ERC-20 | 73.157859 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20411880 | 4 months ago | | | 0 | 0.00048482619 | |
| 19045398 | 10 months ago | | | 0 | 0.0016894894 | |
| 19045392 | 10 months ago | | | 0 | 0.0014205233 | |
| 18092072 | a year ago | | | 0 | 0.0014501504 | |
| 18092060 | a year ago | | | 0 | 0.00077424055 | |
| 18092033 | a year ago | | | 0 | 0.0012961695 | |
| 17292322 | 2 years ago | | | 0 | 0.0044957464 | |
| 17292319 | 2 years ago | | | 0 | 0.0047443370 | |
| 17106691 | 2 years ago | | | 0 | 0.0038799104 | |
| 16806126 | 2 years ago | | | 0 | 0.0065911325 |
ABI
ABI objects
Getter at block 21315805
FASTGAS() view returns (address)
0x169e633a2d1e6c10dd91238ba11c4a708dfef37c
boostPrct() view returns (uint256)
10
getFastGas() view returns (uint256)
32522626754
getRewardForDuration() view returns (uint256)
9099999999999996944375
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1648901203
lastUpdateTime() view returns (uint256)
1648901203
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf9589b4da15ffe6825df987e9651f7a4db8a296e
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1648901203
rewardPerToken() view returns (uint256)
90068723186857558368
rewardPerTokenStored() view returns (uint256)
90068723186857558368
rewardRate() view returns (uint256)
1615848813372125
rewardsDistribution() view returns (address)
0xf9589b4da15ffe6825df987e9651f7a4db8a296e
rewardsDuration() view returns (uint256)
5631715
rewardsToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
stakingToken() view returns (address)
0xe4f8f3cb9b33247789e4984a457bb69a1a621df3
totalSupply() view returns (uint256)
73157859318159333040
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, address rewardHolder)
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, uint256 _boostPrct)
This contract contains no fallback and receive objects.
This contract contains no error objects.