StakingRewardsLock
Verified contract
Active on
Ethereum with 1,760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ba5…b200
Balances ($495.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 29.683042 | $16.70 |
$495.71 | |
BPT | ERC-20 | 43.502133 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20592360 | 3 months ago | | | 0 | 0.00037030526 | |
| 12779305 | 3 years ago | | | 0 | 0.0012127720 | |
| 11720728 | 4 years ago | | | 0 | 0.0099584250 | |
| 11704341 | 4 years ago | | | 0 | 0.0089793040 | |
| 11614593 | 4 years ago | | | 0 | 0.017217772 | |
| 11576406 | 4 years ago | | | 0 | 0.0061276760 | |
| 11576399 | 4 years ago | | | 0 | 0.0080551440 | |
| 11562675 | 4 years ago | | | 0 | 0.012614005 | |
| 11516496 | 4 years ago | | | 0 | 0.0073028450 | |
| 11495726 | 4 years ago | | | 0 | 0.0026060760 |
ABI
ABI objects
Getter at block 21163108
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)
0x5a82503652d05b21780f33178fdf53d31c29b916
owner() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
periodFinish() view returns (uint256)
1600792867
rewardPerToken() view returns (uint256)
205339351333413132
rewardPerTokenStored() view returns (uint256)
205339351333413132
rewardRate() view returns (uint256)
1171826148940943
totalSupply() view returns (uint256)
43502132997454299431
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()
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.