StakingRewards
Verified contract
Active on
Ethereum with 2,904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ef1…cc8c
0xbc6b…4a22
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CP3R | ERC-20 | 9.948715K | -- | -- | |
UNI-V2 | ERC-20 | 247.565169 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11401614 | 4 years ago | | | 0 | 0.0020853300 | |
| 11401593 | 4 years ago | | | 0 | 0.0018972200 | |
| 11394205 | 4 years ago | | | 0 | 0.0013280540 | |
| 11394200 | 4 years ago | | | 0 | 0.0015352316 | |
| 11384875 | 4 years ago | | | 0 | 0.0030423960 | |
| 11384837 | 4 years ago | | | 0 | 0.0031304131 | |
| 11382433 | 4 years ago | | | 0 | 0.0021548410 | |
| 11382365 | 4 years ago | | | 0 | 0.0030355520 | |
| 11380309 | 4 years ago | | | 0 | 0.0027804400 | |
| 11380305 | 4 years ago | | | 0 | 0.0037944400 |
ABI
ABI objects
Getter at block 21162032
getRewardForDuration() view returns (uint256)
29999999999999999808000
lastTimeRewardApplicable() view returns (uint256)
1607653376
lastUpdateTime() view returns (uint256)
1607290150
periodFinish() view returns (uint256)
1607653376
rewardPerToken() view returns (uint256)
93299822157496122361
rewardPerTokenStored() view returns (uint256)
76318416247001576297
rewardRate() view returns (uint256)
11574074074074074
rewardsDistribution() view returns (address)
0x079667f4f7a0b440ad35ebd780efd216751f0758
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x7ef1081ecc8b5b5b130656a41d4ce4f89dbbcc8c
stakingToken() view returns (address)
0xbc6b3dc17e86c8cacf0f384f2e19468c36154a22
totalSupply() view returns (uint256)
247565169326265590837
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()
getRewardFor(address user)
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
stakeFor(uint256 amount, address recipient)
withdraw(uint256 amount)
withdrawForUserByCVault(uint256 amount, address from)
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.