StakingRewardsLock
Verified contract
Active on
Ethereum with 356 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ba5…b200
Balances ($7.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 0.456093 | $16.83 |
$7.68 | |
CRPT | ERC-20 | 16.388942K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11040306 | 4 years ago | | | 0 | 0.0080062520 | |
| 11004871 | 4 years ago | | | 0 | 0.0037863360 | |
| 11004866 | 4 years ago | | | 0 | 0.0038920700 | |
| 10973994 | 4 years ago | | | 0 | 0.0090262520 | |
| 10969920 | 4 years ago | | | 0 | 0.0033269600 | |
| 10967263 | 4 years ago | | | 0 | 0.0064354760 | |
| 10959836 | 4 years ago | | | 0 | 0.0052170300 | |
| 10954900 | 4 years ago | | | 0 | 0.025250769 | |
| 10951063 | 4 years ago | | | 0 | 0.014717375 | |
| 10950640 | 4 years ago | | | 0 | 0.015777026 |
ABI
ABI objects
Getter at block 21187519
DURATION() view returns (uint256)
604800
admin() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
breaker() view returns (bool)
true
cream() view returns (address)
0x2ba592f78db6436527729929aaf6c908497cb200
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1600963260
lastUpdateTime() view returns (uint256)
1600963260
lock() view returns (uint256)
17280
lpToken() view returns (address)
0x02566303a0e860ec66d3b79168459978b1b00c8e
owner() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
periodFinish() view returns (uint256)
1600963260
rewardPerToken() view returns (uint256)
54522213300116
rewardPerTokenStored() view returns (uint256)
54522213300116
rewardRate() view returns (uint256)
1157407407407407
totalSupply() view returns (uint256)
16388941974000000000000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
stakeLock(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward, uint256 _duration)
renounceOwnership()
seize(address _token, uint256 amount)
setBreaker(bool _breaker)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
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)
Withdrawn(address indexed user, uint256 amount)
constructor(address _lpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.