StakingRewards
Verified contract
Active on
Ethereum with 730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x913d…0729
0x3059…d369
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.00002 | -- | -- | |
EASY | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11647054 | 4 years ago | | | 0 | 0.0040504601 | |
| 11612423 | 4 years ago | | | 0 | 0.0068944000 | |
| 11500058 | 4 years ago | | | 0 | 0.0045503040 | |
| 11453964 | 4 years ago | | | 0 | 0.0029301200 | |
| 11448789 | 4 years ago | | | 0 | 0.0052601560 | |
| 11435363 | 4 years ago | | | 0 | 0.0046026365 | |
| 11433660 | 4 years ago | | | 0 | 0.0031154380 | |
| 11419995 | 4 years ago | | | 0 | 0.0061490028 | |
| 11401922 | 4 years ago | | | 0 | 0.0020683201 | |
| 11394241 | 4 years ago | | | 0 | 0.0011488053 |
ABI
ABI objects
Getter at block 21384541
getRewardForDuration() view returns (uint256)
29999999999999999808000
lastTimeRewardApplicable() view returns (uint256)
1605960814
lastUpdateTime() view returns (uint256)
1605960814
periodFinish() view returns (uint256)
1605960814
rewardPerToken() view returns (uint256)
3470520027893615901683403
rewardPerTokenStored() view returns (uint256)
3470520027893615901683403
rewardRate() view returns (uint256)
11574074074074074
rewardsDistribution() view returns (address)
0xf6ad3ccf71abb3e12becf6b3d2a74c963859adcd
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x913d8adf7ce6986a8cbfee5a54725d9eea4f0729
stakingToken() view returns (address)
0x305990151e30087f81299d099c2a910edc57d369
totalSupply() view returns (uint256)
19660000000000
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, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.