StakingRewards
Verified contract
Active on
Ethereum with 786 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5905…3f5e
0x5a78…7095
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eEUR | ERC-20 | 64.932301K | -- | -- | |
UNI-V2 | ERC-20 | 0.007312 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11958203 | 4 years ago | | | 0 | 0.0047988000 | |
| 11958196 | 4 years ago | | | 0 | 0.0088947040 | |
| 11776931 | 4 years ago | | | 0 | 0.0086752320 | |
| 11751033 | 4 years ago | | | 0 | 0.012686661 | |
| 11751019 | 4 years ago | | | 0 | 0.011032632 | |
| 11742728 | 4 years ago | | | 0 | 0.0083565120 | |
| 11739974 | 4 years ago | | | 0 | 0.0075757770 | |
| 11739974 | 4 years ago | | | 0 | 0.0079296000 | |
| 11738569 | 4 years ago | | | 0 | 0.016805996 | |
| 11738569 | 4 years ago | | | 0 | 0.025757602 |
ABI
ABI objects
Getter at block 21420957
getRewardForDuration() view returns (uint256)
109279567002356239392000
lastTimeRewardApplicable() view returns (uint256)
1613415531
lastUpdateTime() view returns (uint256)
1613415531
periodFinish() view returns (uint256)
1613415531
rewardPerToken() view returns (uint256)
50364628229290800459926688
rewardPerTokenStored() view returns (uint256)
50364628229290800459926688
rewardRate() view returns (uint256)
42160326775600401
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x5905adf94914223a3d51220f97285d79cf673f5e
stakingToken() view returns (address)
0x5a785937dcf451f949056cdfbaefb1662e417095
totalSupply() view returns (uint256)
7311785500333358
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
paid(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 _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.