MasterChefV3
Verified contract
Active on
Ethereum with 18,165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd93f…37ed
0xe604…2e38
Balances ($1,350,299.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Cake | ERC-20 | 685.430969K | $1.97 |
$1,350,299.01 | |
HQG | ERC-20 | 1.5 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- | |
PCS-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158838 | 4 hours ago | | | 0 | 0.016864121 | |
| 21158807 | 4 hours ago | | | 0 | 0.013626397 | |
| 21158390 | 5 hours ago | | | 0 | 0.0087966096 | |
| 21158194 | 6 hours ago | | | 0 | 0.0081644103 | |
| 21158140 | 6 hours ago | | | 0 | 0.015274504 | |
| 21157229 | 9 hours ago | | | 0 | 0.0053941901 | |
| 21156877 | 10 hours ago | | | 0 | 0.0078475184 | |
| 21156735 | 11 hours ago | | | 0 | 0.0071831389 | |
| 21156728 | 11 hours ago | | | 0 | 0.0016162945 | |
| 21156605 | 11 hours ago | | | 6.7719634 | 0.0049941961 |
ABI
ABI objects
Getter at block 21159968
BOOST_PRECISION() view returns (uint256)
1000000000000
CAKE() view returns (address)
0x152649ea73beab28c5b49b26eb48f7ead6d4c898
FARM_BOOSTER() view returns (address)
0xe604940c06df1b6a9851f8e8d8d22468cb932e38
LMPoolDeployer() view returns (address)
0xd93f5c7a894bb44bdc9231087c8e559502f737ed
MAX_BOOST_PRECISION() view returns (uint256)
2000000000000
MAX_DURATION() view returns (uint256)
2592000
MIN_DURATION() view returns (uint256)
86400
PERIOD_DURATION() view returns (uint256)
86400
PRECISION() view returns (uint256)
1000000000000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
cakeAmountBelongToMC() view returns (uint256)
685430969346816572946497
emergency() view returns (bool)
false
latestPeriodCakePerSecond() view returns (uint256)
45708137461733731329753086419
latestPeriodEndTime() view returns (uint256)
1731336971
latestPeriodNumber() view returns (uint256)
586
latestPeriodStartTime() view returns (uint256)
1731207372
nonfungiblePositionManager() view returns (address)
0x46a15b0b27311cedf172ab29e4f4766fbe7f4364
operatorAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xecc90d54b10add1ab746abe7e83abe178b72aa9e
poolLength() view returns (uint256)
85
receiver() view returns (address)
0x14ce72a60f7af37435a9df9b2c234ff323b546c6
totalAllocPoint() view returns (uint256)
1384
Read-only
balanceOf(address owner) view returns (uint256)
getLatestPeriodInfo(address _v3Pool) view returns (uint256 cakePerSecond, uint256 endTime)
getLatestPeriodInfoByPid(uint256 _pid) view returns (uint256 cakePerSecond, uint256 endTime)
pendingCake(uint256 _tokenId) view returns (uint256 reward)
poolInfo(uint256) view returns (uint256 allocPoint, address v3Pool, address token0, address token1, uint24 fee, uint256 totalLiquidity, uint256 totalBoostLiquidity)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
userPositionInfos(uint256) view returns (uint128 liquidity, uint128 boostLiquidity, int24 tickLower, int24 tickUpper, uint256 rewardGrowthInside, uint256 reward, address user, uint256 pid, uint256 boostMultiplier)
v3PoolAddressPid(address) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _v3Pool, bool _withUpdate)
burn(uint256 _tokenId)
collect(struct INonfungiblePositionManagerStructCollectParams params) returns (uint256 amount0, uint256 amount1)
collectTo(struct INonfungiblePositionManagerStructCollectParams params, address to) returns (uint256 amount0, uint256 amount1)
decreaseLiquidity(struct INonfungiblePositionManagerStructDecreaseLiquidityParams params) returns (uint256 amount0, uint256 amount1)
harvest(uint256 _tokenId, address _to) returns (uint256 reward)
increaseLiquidity(struct INonfungiblePositionManagerStructIncreaseLiquidityParams params) payable returns (uint128 liquidity, uint256 amount0, uint256 amount1)
multicall(bytes[] data) payable returns (bytes[] results)
onERC721Received(address, address _from, uint256 _tokenId, bytes) returns (bytes4)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEmergency(bool _emergency)
setLMPoolDeployer(address _LMPoolDeployer)
setOperator(address _operatorAddress)
setPeriodDuration(uint256 _periodDuration)
setReceiver(address _receiver)
sweepToken(address token, uint256 amountMinimum, address recipient)
transferOwnership(address newOwner)
unwrapWETH9(uint256 amountMinimum, address recipient)
updateBoostMultiplier(uint256 _tokenId, uint256 _newMultiplier)
updateFarmBoostContract(address _newFarmBoostContract)
updateLiquidity(uint256 _tokenId)
updatePools(uint256[] pids)
upkeep(uint256 _amount, uint256 _duration, bool _withUpdate)
withdraw(uint256 _tokenId, address _to) returns (uint256 reward)
AddPool(uint256 indexed pid, uint256 allocPoint, address indexed v3Pool, address indexed lmPool)
Deposit(address indexed from, uint256 indexed pid, uint256 indexed tokenId, uint256 liquidity, int24 tickLower, int24 tickUpper)
Harvest(address indexed sender, address to, uint256 indexed pid, uint256 indexed tokenId, uint256 reward)
NewLMPoolDeployerAddress(address deployer)
NewOperatorAddress(address operator)
NewPeriodDuration(uint256 periodDuration)
NewReceiver(address receiver)
NewUpkeepPeriod(uint256 indexed periodNumber, uint256 startTime, uint256 endTime, uint256 cakePerSecond, uint256 cakeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetEmergency(bool emergency)
SetPool(uint256 indexed pid, uint256 allocPoint)
UpdateFarmBoostContract(address indexed farmBoostContract)
UpdateLiquidity(address indexed from, uint256 indexed pid, uint256 indexed tokenId, int128 liquidity, int24 tickLower, int24 tickUpper)
UpdateUpkeepPeriod(uint256 indexed periodNumber, uint256 oldEndTime, uint256 newEndTime, uint256 remainingCake)
Withdraw(address indexed from, address to, uint256 indexed pid, uint256 indexed tokenId)
constructor(address _CAKE, address _nonfungiblePositionManager, address _WETH)
receive()
DuplicatedPool(uint256 pid)
InconsistentAmount()
InsufficientAmount()
InvalidNFT()
InvalidPeriodDuration()
InvalidPid()
NoBalance()
NoLMPool()
NoLiquidity()
NotEmpty()
NotOwner()
NotOwnerOrOperator()
NotPancakeNFT()
WrongReceiver()
ZeroAddress()