StakingRewards
Verified contract
Active on
Ethereum with 74 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ef1…cc8c
0x05e1…bcfd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CP3R | ERC-20 | 433.323728 | -- | -- | |
cYFI | ERC-20 | 5.36763 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11366837 | 4 years ago | | | 0 | 0.026301780 | |
| 11364460 | 4 years ago | | | 0 | 0.0062677680 | |
| 11363850 | 4 years ago | | | 0 | 0.0069909720 | |
| 11362996 | 4 years ago | | | 0 | 0.0033146850 | |
| 11362802 | 4 years ago | | | 0 | 0.0024106800 | |
| 11361959 | 4 years ago | | | 0 | 0.0051427840 | |
| 11358066 | 4 years ago | | | 0 | 0.0048213600 | |
| 11357173 | 4 years ago | | | 0 | 0.0038570880 | |
| 11357149 | 4 years ago | | | 0 | 0.0036160200 | |
| 11356231 | 4 years ago | | | 0 | 0.0017259436 |
ABI
ABI objects
Getter at block 21306843
getRewardForDuration() view returns (uint256)
999999999999998784000
lastTimeRewardApplicable() view returns (uint256)
1607927615
lastUpdateTime() view returns (uint256)
1606834944
periodFinish() view returns (uint256)
1607927615
rewardPerToken() view returns (uint256)
26544529472336742602215
rewardPerTokenStored() view returns (uint256)
26465992917143279955360
rewardRate() view returns (uint256)
385802469135802
rewardsDistribution() view returns (address)
0x079667f4f7a0b440ad35ebd780efd216751f0758
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x7ef1081ecc8b5b5b130656a41d4ce4f89dbbcc8c
stakingToken() view returns (address)
0x05e1a6782d9077fb703eba36e5981f28a263bcfd
totalSupply() view returns (uint256)
5367630000000000000
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.