StakingRewardsLock
Verified contract
Active on
Ethereum with 1,086 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ba5…b200
Balances ($206.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 11.744269 | $17.61 |
$206.82 | |
cyUSD | ERC-20 | 38.140852K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11722270 | 4 years ago | | | 0 | 0.0090559380 | |
| 11403064 | 4 years ago | | | 0 | 0.0013475470 | |
| 11382295 | 4 years ago | | | 0 | 0.0050347380 | |
| 11328257 | 4 years ago | | | 0 | 0.0061227900 | |
| 11311527 | 4 years ago | | | 0 | 0.0057880350 | |
| 11276026 | 4 years ago | | | 0 | 0.011345980 | |
| 11243663 | 4 years ago | | | 0 | 0.0026893900 | |
| 11122911 | 4 years ago | | | 0 | 0.0026386000 | |
| 11120124 | 4 years ago | | | 0 | 0.0039579000 | |
| 11091300 | 4 years ago | | | 0 | 0.0036732502 |
ABI
ABI objects
Getter at block 21260242
DURATION() view returns (uint256)
432000
admin() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
breaker() view returns (bool)
true
cream() view returns (address)
0x2ba592f78db6436527729929aaf6c908497cb200
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1602010132
lastUpdateTime() view returns (uint256)
1602010132
lock() view returns (uint256)
46097
lpToken() view returns (address)
0x1d09144f3479bb805cb7c92346987420bcbdc10c
owner() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
periodFinish() view returns (uint256)
1602010132
rewardPerToken() view returns (uint256)
285061208249004
rewardPerTokenStored() view returns (uint256)
285061208249004
rewardRate() view returns (uint256)
2893518518518518
totalSupply() view returns (uint256)
38140851546000000000000
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)
setLockTime(uint256 _lock)
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.