Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($84,744.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DACKIE | ERC-20 | 123.719666M | $0.000685 |
$84,744.26 | |
AEROBUD | ERC-20 | 40 | $0.007222 |
$0.29 | |
kurbi | ERC-20 | 1 | $0.000774 |
$0 | |
USA | ERC-20 | 1 | $0.000729 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22705506 | 2 days ago | | | 0 | 0.0000013633520 | |
| 22694863 | 2 days ago | | | 0 | 0.0000014585468 | |
| 22694095 | 2 days ago | | | 0 | 0.0000016259315 | |
| 22687145 | 2 days ago | | | 0 | 0.0000011561652 | |
| 22684590 | 2 days ago | | | 0 | 0.0000013634413 | |
| 22684585 | 2 days ago | | | 0 | 0.0000016371338 | |
| 22658677 | 3 days ago | | | 0 | 0.0000012886999 | |
| 22653887 | 3 days ago | | | 0 | 0.0000014673224 | |
| 22648393 | 3 days ago | | | 0 | 0.0000021190526 | |
| 22648256 | 3 days ago | | | 0 | 0.0000012843968 |
ABI
ABI objects
Getter at block 22770485 calculateTotalPendingCakeRewards() view returns (uint256) getPricePerFullShare() view returns (uint256)
BOOST_WEIGHT() view returns (uint256)
1000000000000
BOOST_WEIGHT_LIMIT() view returns (uint256)
50000000000000
DURATION_FACTOR() view returns (uint256)
31536000
DURATION_FACTOR_OVERDUE() view returns (uint256)
15552000
MAX_LOCK_DURATION() view returns (uint256)
31536000
MAX_LOCK_DURATION_LIMIT() view returns (uint256)
86400000
MAX_OVERDUE_FEE() view returns (uint256)
1000000000000
MAX_PERFORMANCE_FEE() view returns (uint256)
2000
MAX_WITHDRAW_FEE() view returns (uint256)
500
MAX_WITHDRAW_FEE_PERIOD() view returns (uint256)
604800
MIN_DEPOSIT_AMOUNT() view returns (uint256)
10000000000000
MIN_LOCK_DURATION() view returns (uint256)
604800
MIN_WITHDRAW_AMOUNT() view returns (uint256)
10000000000000
PRECISION_FACTOR() view returns (uint256)
1000000000000
PRECISION_FACTOR_SHARE() view returns (uint256)
10000000000000000000000000000
UNLOCK_FREE_DURATION() view returns (uint256)
604800
VCake() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
available() view returns (uint256)
123719665849831587305619225
balanceOf() view returns (uint256)
175529299319618339891769679
boostContract() view returns (address)
0x0000000000000000000000000000000000000000
cakePoolPID() view returns (uint256)
0
masterchefV2() view returns (address)
0x5083e8d08e1e154e1465b1f044ba3a524de67fa1
operator() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
overdueFee() view returns (uint256)
1000000000000
owner() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
paused() view returns (bool)
false
performanceFee() view returns (uint256)
200
performanceFeeContract() view returns (uint256)
200
token() view returns (address)
0xc2bc7a73613b9bd5f373fe10b55c59a69f4d617b
totalBoostDebt() view returns (uint256)
51809633469786752586150454
totalLockedAmount() view returns (uint256)
107637423152782277735046614
totalShares() view returns (uint256)
65087242943382098775174710
treasury() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
withdrawFee() view returns (uint256)
10
withdrawFeeContract() view returns (uint256)
10
withdrawFeePeriod() view returns (uint256)
259200
Read-only
calculateOverdueFee(address _user) view returns (uint256)
calculatePerformanceFee(address _user) view returns (uint256)
calculateWithdrawFee(address _user, uint256 _shares) view returns (uint256)
freeOverdueFeeUsers(address) view returns (bool)
freePerformanceFeeUsers(address) view returns (bool)
freeWithdrawFeeUsers(address) view returns (bool)
userInfo(address) view returns (uint256 shares, uint256 lastDepositedTime, uint256 cakeAtLastUserAction, uint256 lastUserActionTime, uint256 lockStartTime, uint256 lockEndTime, uint256 userBoostedShare, bool locked, uint256 lockedAmount)
State-modifying
Events deposit(uint256 _amount, uint256 _lockDuration)
inCaseTokensGetStuck(address _token)
init(address dummyToken)
initDepositToMCV2(address _mockToken)
pause()
renounceOwnership()
setAdmin(address _admin)
setBoostContract(address _boostContract)
setBoostWeight(uint256 _boostWeight)
setDurationFactor(uint256 _durationFactor)
setDurationFactorOverdue(uint256 _durationFactorOverdue)
setFreePerformanceFeeUser(address _user, bool _free)
setMaxLockDuration(uint256 _maxLockDuration)
setOperator(address _operator)
setOverdueFee(uint256 _overdueFee)
setOverdueFeeUser(address _user, bool _free)
setPerformanceFee(uint256 _performanceFee)
setPerformanceFeeContract(uint256 _performanceFeeContract)
setTreasury(address _treasury)
setUnlockFreeDuration(uint256 _unlockFreeDuration)
setVCakeContract(address _VCake)
setWithdrawFee(uint256 _withdrawFee)
setWithdrawFeeContract(uint256 _withdrawFeeContract)
setWithdrawFeePeriod(uint256 _withdrawFeePeriod)
setWithdrawFeeUser(address _user, bool _free)
transferOwnership(address newOwner)
unlock(address _user)
unpause()
withdraw(uint256 _shares)
withdrawAll()
withdrawByAmount(uint256 _amount)
Deposit(address indexed sender, uint256 amount, uint256 shares, uint256 duration, uint256 lastDepositedTime)
FreeFeeUser(address indexed user, bool indexed free)
Harvest(address indexed sender, uint256 amount)
Init()
Lock(address indexed sender, uint256 lockedAmount, uint256 shares, uint256 lockedDuration, uint256 blockTimestamp)
NewAdmin(address admin)
NewBoostContract(address boostContract)
NewBoostWeight(uint256 boostWeight)
NewDurationFactor(uint256 durationFactor)
NewDurationFactorOverdue(uint256 durationFactorOverdue)
NewMaxLockDuration(uint256 maxLockDuration)
NewOperator(address operator)
NewOverdueFee(uint256 overdueFee)
NewPerformanceFee(uint256 performanceFee)
NewPerformanceFeeContract(uint256 performanceFeeContract)
NewTreasury(address treasury)
NewUnlockFreeDuration(uint256 unlockFreeDuration)
NewVDackieContract(address VCake)
NewWithdrawFee(uint256 withdrawFee)
NewWithdrawFeeContract(uint256 withdrawFeeContract)
NewWithdrawFeePeriod(uint256 withdrawFeePeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unlock(address indexed sender, uint256 amount, uint256 blockTimestamp)
Unpause()
Unpaused(address account)
Withdraw(address indexed sender, uint256 amount, uint256 shares)
constructor(address _token, address _masterchefV2, address _admin, address _treasury, address _operator, uint256 _pid)
This contract contains no fallback and receive objects.
This contract contains no error objects.