StakingRewards
Verified contract
Active on
Ethereum with 617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe9a…79ae
0xfe9a…79ae
Balances ($101.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNOW | ERC-20 | 404.394937 | $0.250207 |
$101.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11733326 | 4 years ago | | | 0 | 0.0089849200 | |
| 11516027 | 4 years ago | | | 0 | 0.0022550760 | |
| 11492286 | 4 years ago | | | 0 | 0.0030357631 | |
| 11484548 | 4 years ago | | | 0 | 0.0052019470 | |
| 11452391 | 4 years ago | | | 0 | 0.0078297160 | |
| 11433174 | 4 years ago | | | 0 | 0.0055513970 | |
| 11406120 | 4 years ago | | | 0 | 0.0036491270 | |
| 11375162 | 4 years ago | | | 0 | 0.0018064702 | |
| 11374813 | 4 years ago | | | 0 | 0.0037223240 | |
| 11374531 | 4 years ago | | | 0 | 0.0013217251 |
ABI
ABI objects
Getter at block 21294108
getRewardForDuration() view returns (uint256)
4479999999999999148800
lastTimeRewardApplicable() view returns (uint256)
1605196656
lastUpdateTime() view returns (uint256)
1605196656
periodFinish() view returns (uint256)
1605196656
rewardPerToken() view returns (uint256)
4936414474075487153
rewardPerTokenStored() view returns (uint256)
4936414474075487153
rewardRate() view returns (uint256)
3703703703703703
rewardsDistribution() view returns (address)
0x30a5cc6d6fbcd4d61ebe6ee4dd703ccc25291ec8
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
stakingToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
totalSupply() view returns (uint256)
303334660157509031726
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 exit()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.