StakingRewards
Verified contract
Active on
Ethereum with 1,425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0488…74e6
0x162c…735c
Balances ($4.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRK | ERC-20 | 122.144513K | $0.000041 |
$4.96 | |
UNI-V2 | ERC-20 | 4.052712K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16555449 | 2 years ago | | | 0 | 0.0023188393 | |
| 13713126 | 3 years ago | | | 0 | 0.0082755153 | |
| 13469870 | 3 years ago | | | 0 | 0.0074640950 | |
| 13129451 | 3 years ago | | | 0 | 0.013726604 | |
| 12628022 | 3 years ago | | | 0 | 0.0010346400 | |
| 12616398 | 3 years ago | | | 0 | 0.00098557207 | |
| 12557603 | 3 years ago | | | 0 | 0.0012671640 | |
| 12545820 | 3 years ago | | | 0 | 0.0014250060 | |
| 12540157 | 3 years ago | | | 0 | 0.00075091200 | |
| 12540146 | 3 years ago | | | 0 | 0.00075091200 |
ABI
ABI objects
Getter at block 21189057
getRewardForDuration() view returns (uint256)
31999999999999999999104000
lastTimeRewardApplicable() view returns (uint256)
1611680724
lastUpdateTime() view returns (uint256)
1611680724
periodFinish() view returns (uint256)
1611680724
rewardPerToken() view returns (uint256)
576265086922149566798
rewardPerTokenStored() view returns (uint256)
576265086922149566798
rewardRate() view returns (uint256)
6172839506172839506
rewardsDistribution() view returns (address)
0x19076c15aa13a53f9f34c43750696fe5b8a8ce9a
rewardsDuration() view returns (uint256)
5184000
rewardsToken() view returns (address)
0x0488401c3f535193fa8df029d9ffe615a06e74e6
stakingToken() view returns (address)
0x162cb3a005c81dbd61f85b6a8c609189c026735c
totalSupply() view returns (uint256)
4052712098461264000000
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.