StakingRewards
Verified contract
Active on
Ethereum with 743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae66…8fb8
Balances ($2,697.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.845 | $3,192.48 |
$2,697.65 | |
EDC | ERC-20 | 0.754219 | -- | -- | |
DBTC | ERC-20 | 0.108 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11579181 | 4 years ago | | | 0 | 0.0068219200 | |
| 11528695 | 4 years ago | | | 0 | 0.0043365900 | |
| 11528664 | 4 years ago | | | 0 | 0.0065156610 | |
| 11508758 | 4 years ago | | | 0 | 0.0050402170 | |
| 11474948 | 4 years ago | | | 0 | 0.0061737787 | |
| 11458563 | 4 years ago | | | 0 | 0.0047240284 | |
| 11448542 | 4 years ago | | | 0 | 0.0071242600 | |
| 11407794 | 4 years ago | | | 0 | 0.0047915975 | |
| 11407776 | 4 years ago | | | 0 | 0.0042933840 | |
| 11396715 | 4 years ago | | | 0 | 0.0020942800 |
ABI
ABI objects
Getter at block 21182577
getRewardForDuration() view returns (uint256)
1464999999999999523200
lastTimeRewardApplicable() view returns (uint256)
1609582426
lastUpdateTime() view returns (uint256)
1609582426
periodFinish() view returns (uint256)
1609582426
rewardPerToken() view returns (uint256)
1734285649095121418044
rewardPerTokenStored() view returns (uint256)
1734285649095121418044
rewardRate() view returns (uint256)
2422288359788359
rewardsDistribution() view returns (address)
0xe15c811b8c1a3486f6a82c13930704bbf9ff46ae
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xae66bea480f7a6c91f07c58f2aee185883558fb8
stakingToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
845000000000000000
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 _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.