CucumberStaking

Verified contract

Active on Ethereum with 75 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "CucumberStaking"

0xb27f4c3b36a327ecb671cf9e0f340101e01fdf9d97fb3d2cc85219c6949564f0
0x37bb23b4fdf2f14f56e031e8851eba356e23cb3e38a60e1c6d381fa5e8b651bd
0xaa869f5c2c6b9079d42dc87a64bdd07356c43085cac92dee3a85f62b20f3a4d3
0x612ef3a893efa00483291eca58110c2b64f49a09c08396b53def4925070bb0f0
0x5fc87930175f00aaf5a321e969123831e166ea72349ae198b5d03b43bc21a6b6
0x4fbb17ab622886cea431dadf7a6b6f7cf032b5d840670960b81e6db01a37bb17
0x04f44a246c880ed1c72e3beac753927ba051be359a62ad41fffbcfb486f40944
0xf7f05b8ac56ddba05cf52300cf01ed8d28738da88d0d1ef4d2b281566b02cd23
0xc5249c43c276a9085c0faa911fd8c9208aa8e4f46a7b1c3c07305a21782ec54f
0x7b8d54d48e0f89822e34f6bb015986a3da2aa7ff79996dc59a9714fff890fddd

Functions
Getter at block 21001147
apr(view returns (uint256)
0
calculateNewRewards(view returns (uint256)
0
canCompoundOrStakeMore(view returns (bool)
true
exitPenaltyPerc(view returns (uint256)
0
lockDuration(view returns (uint256)
0
owner(view returns (address)
0x9637829c0c784dc876fdb49f6b47ca544ae38a62
poolInfo(view returns (address lpTokenuint256 lastRewardTimestampuint256 accTokensPerShare)
(lpToken=0xfd09a37a4f45fc60ad4edb732d3c91eae02462cf, lastRewardTimestamp=1708490051, accTokensPerShare=278843226767)
rewardToken(view returns (address)
0xfd09a37a4f45fc60ad4edb732d3c91eae02462cf
rewardsRemaining(view returns (uint256)
0
stakingToken(view returns (address)
0xfd09a37a4f45fc60ad4edb732d3c91eae02462cf
totalStaked(view returns (uint256)
29000000000000000000
Read-only
holderUnlockTime(addressview returns (uint256)
pendingReward(address _userview returns (uint256)
userInfo(addressview returns (uint256 amountuint256 rewardDebt)
State-modifying
compound(
deposit(uint256 _amount
emergencyRewardWithdraw(uint256 _amount
emergencyWithdraw(
revokeOwnership(
startReward(
stopReward(
transferOwnership(address _owner
updateApr(uint256 newApr
updateCanCompoundOrStakeMore(bool compoundEnabled
updateExitPenalty(uint256 newPenaltyPerc
updateLockDuration(uint256 daysForLock
withdraw(
Events
Compound(address indexed user
Deposit(address indexed useruint256 amount
EmergencyWithdraw(address indexed useruint256 amount
OwnershipTransferred(address indexed useraddress indexed newOwner
Withdraw(address indexed useruint256 amount
Constructor
constructor(address _stakingTokenaddress _rewardTokenuint256 _apruint256 _lockDurationInDaysuint256 _exitPenaltyPercbool _canCompoundOrStakeMoreaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidOwner(
Unauthorized(