StakingRewardsLock
Verified contract
Active on
Ethereum with 1,030 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ba5…b200
Balances ($107.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREAM | ERC-20 | 6.373783 | $16.93 |
$107.91 | |
CRPT | ERC-20 | 5.45688K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11061295 | 4 years ago | | | 0 | 0.0041227956 | |
| 11061282 | 4 years ago | | | 0 | 0.0065780401 | |
| 11039229 | 4 years ago | | | 0 | 0.0033980800 | |
| 10944792 | 4 years ago | | | 0 | 0.0063594180 | |
| 10940023 | 4 years ago | | | 0 | 0.013276700 | |
| 10938736 | 4 years ago | | | 0 | 0.0051105600 | |
| 10938730 | 4 years ago | | | 0 | 0.0054323200 | |
| 10936687 | 4 years ago | | | 0 | 0.0068304860 | |
| 10935608 | 4 years ago | | | 0 | 0.0041890816 | |
| 10921904 | 4 years ago | | | 0 | 0.0039264720 |
ABI
ABI objects
Getter at block 21197197
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)
1600185835
lastUpdateTime() view returns (uint256)
1600185835
lock() view returns (uint256)
17280
lpToken() view returns (address)
0xb3284f2f22563f27cef2912637b6a00f162317c4
owner() view returns (address)
0x197939c1ca20c2b506d6811d8b6cdb3394471074
periodFinish() view returns (uint256)
1600185835
rewardPerToken() view returns (uint256)
748449169717003
rewardPerTokenStored() view returns (uint256)
748449169717003
rewardRate() view returns (uint256)
5787037037037037
totalSupply() view returns (uint256)
5456879822000000000000
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.