StakingRewards
Verified contract
Active on
Ethereum with 1,139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2da7…b0d6
0x2da7…b0d6
Balances ($16,282.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CERE | ERC-20 | 3.683388M | $0.004421 |
$16,282.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19300560 | 10 months ago | | | 0 | 0.0021683373 | |
| 19010911 | a year ago | | | 0 | 0.0017329016 | |
| 18837665 | a year ago | | | 0 | 0.0021968712 | |
| 18689907 | a year ago | | | 0 | 0.0034126646 | |
| 18689901 | a year ago | | | 0 | 0.0039708923 | |
| 18500373 | a year ago | | | 0 | 0.0017809977 | |
| 17883353 | a year ago | | | 0 | 0.0019592946 | |
| 17863426 | a year ago | | | 0 | 0.0030740785 | |
| 17863423 | a year ago | | | 0 | 0.0037123788 | |
| 16983108 | 2 years ago | | | 0 | 0.0033599546 |
ABI
ABI objects
Getter at block 21410025
getRewardForDuration() view returns (uint256)
49999999997952000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1648661602
lastUpdateTime() view returns (uint256)
1648661602
owner() view returns (address)
0x0243645d24d344bfae4d189577343c4b69da0e26
periodFinish() view returns (uint256)
1648661602
rewardPerToken() view returns (uint256)
201754890872980817
rewardPerTokenStored() view returns (uint256)
201754890872980817
rewardRate() view returns (uint256)
6430041152
rewardsDistribution() view returns (address)
0x0243645d24d344bfae4d189577343c4b69da0e26
rewardsDuration() view returns (uint256)
7776000
rewardsToken() view returns (address)
0x2da719db753dfa10a62e140f436e1d67f2ddb0d6
stakingPoolCap() view returns (uint256)
3000000000000000000
stakingToken() view returns (address)
0x2da719db753dfa10a62e140f436e1d67f2ddb0d6
totalSupply() view returns (uint256)
35594699166930063
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)
renounceOwnership()
setStakingPoolCap(uint256 newStakingPoolCap)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
StakingPoolCapSet(uint256 stakingPoolCap)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken, uint256 _stakingPoolCapParam)
This contract contains no fallback and receive objects.
This contract contains no error objects.