StakingRewards
Verified contract
Active on
Ethereum with 1,105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x16ec…3db4
0x819d…3b48
Balances ($36,485.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROUTE | ERC-20 | 20.613501K | $1.77 |
$36,485.9 | |
UNI-V2 | ERC-20 | 0.018339 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12898809 | 3 years ago | | | 0 | 0.0054891687 | |
| 12865068 | 3 years ago | | | 0 | 0.0020331360 | |
| 12865067 | 3 years ago | | | 0 | 0.0023244960 | |
| 12732676 | 3 years ago | | | 0 | 0.0016942800 | |
| 12732673 | 3 years ago | | | 0 | 0.0019370800 | |
| 12626605 | 3 years ago | | | 0 | 0.0013036900 | |
| 12611761 | 3 years ago | | | 0 | 0.0015564626 | |
| 12610916 | 3 years ago | | | 0 | 0.0014401380 | |
| 12610916 | 3 years ago | | | 0 | 0.0011484180 | |
| 12610822 | 3 years ago | | | 0 | 0.0012114102 |
ABI
ABI objects
Getter at block 21295529
claimsBlocked() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1622800882
lastUpdateTime() view returns (uint256)
1622800882
poolClosed() view returns (bool)
true
poolClosingTimestamp() view returns (uint256)
1622800882
rewardPerToken() view returns (uint256)
1607916890620926070330704
rewardPerTokenStored() view returns (uint256)
1607916890620926070330704
rewardRate() view returns (uint256)
28935185185185185
rewardsDistribution() view returns (address)
0xee379e7e2153fe66c89c8f43cb9234738b766dde
rewardsToken() view returns (address)
0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4
stakingToken() view returns (address)
0x819de42d3ab832eaf7111a222a8a5a7419f13b48
time() view returns (uint256)
1611288897
totalSupply() view returns (uint256)
18338808522589825
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 blockClaims()
closePool()
exit()
getReward()
notifyRewardAmount(uint256 reward)
rescueFunds(address tokenAddress, address receiver)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
unblockClaims()
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 _rewardPerDay)
This contract contains no fallback and receive objects.
This contract contains no error objects.