StakingRewardsLock
Verified contract
Active on
Ethereum with 6,692 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ba5…b200
Balances ($832.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 43.467453 | $19.16 |
$832.84 | |
UNI-V2 | ERC-20 | 21.484026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193254 | 14 days ago | | | 0 | 0.0017342154 | |
| 14530918 | 3 years ago | | | 0 | 0.0055293359 | |
| 12996183 | 3 years ago | | | 0 | 0.0052014757 | |
| 12359263 | 4 years ago | | | 0 | 0.0030311680 | |
| 12266500 | 4 years ago | | | 0 | 0.0080717700 | |
| 11804078 | 4 years ago | | | 0 | 0.014954760 | |
| 11762641 | 4 years ago | | | 0 | 0.0058757600 | |
| 11688429 | 4 years ago | | | 0 | 0.0095391400 | |
| 11677540 | 4 years ago | | | 0 | 0.0050067280 | |
| 11675445 | 4 years ago | | | 0 | 0.0046702400 |
ABI
ABI objects
Getter at block 21293349
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)
1600792867
lastUpdateTime() view returns (uint256)
1600792867
lock() view returns (uint256)
17280
lpToken() view returns (address)
0xddf9b7a31b32ebaf5c064c80900046c9e5b7c65f
owner() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
periodFinish() view returns (uint256)
1600792867
rewardPerToken() view returns (uint256)
5590072076682518647
rewardPerTokenStored() view returns (uint256)
5590072076682518647
rewardRate() view returns (uint256)
1171824411926645
totalSupply() view returns (uint256)
21484026210385588255
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)
renounceOwnership()
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.