This contract is being backfilled. You may encounter incomplete storage history.

MasterChefV2

Verified contract

Active on Ethereum with 76 txns
Deployed by via 0x65ce1640 at 20159735
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x5931fc54b9863a37f67ce8a87096b2581f9667e0d3d9b352fd23dfac1b9d3b9c
0xd2ce317fd30d0b10951bdda1b8b416724c7877c622247b152fe5cdb72bad758c
0x25ee9b3c063c73cdfa4fe812c17f8598110b2b8d3268dec8d96775b6e07c2fa5
0xa7a82670b10ca3ad95d88cb0d3ad71cf027346bbbd1f9f4ae4bdf977404ccf03
0xe80477a90042807f9b4704b7b44e38f254e3e9f8cdef52f4d0e9e0ff6db7f8e9
0x90fb949e3812d9cdde47d8e414f90114222e6c30b5fbd627e711d9131f1d8310
0x61835001c6a135b3b3eb450c3bd95ebdb49ae886c6ae8c5fd6fc83109a49529a
0x57188b1844d8d9c177c76ae7794d2aabb5ea4053f99c9e6956912dee2a3de657
0x305a8cd3da10dda221629ea05cde59763cffcc1b0b55347a0c0c52b6ad1d21dc
0xa8261dcec885b088cbbfe4a5f680979bc9168795bf1f917d43589e0e9528194b

Functions
Getter at block 20796083
ACC_CAKE_PRECISION(view returns (uint256)
1000000000000000000
BOOST_PRECISION(view returns (uint256)
1000000000000
CAKE(view returns (address)
0xa0be76135289aeb5781923ee0d47ca5527821f59
CAKE_RATE_TOTAL_PRECISION(view returns (uint256)
1000000000000
MASTERCHEF_CAKE_PER_BLOCK(view returns (uint256)
40000000000000000000
MASTER_CHEF(view returns (address)
0x4a712867409f569038c919c6e32550c8f3a73939
MASTER_PID(view returns (uint256)
2
MAX_BOOST_PRECISION(view returns (uint256)
2000000000000
boostContract(view returns (address)
0x0000000000000000000000000000000000000000
burnAdmin(view returns (address)
0x09dd2674204f0e7f7238efc70371d3eeda66b835
cakePerBlockToBurn(view returns (uint256 amount)
39000000000000000000
cakeRateToBurn(view returns (uint256)
975000000000
cakeRateToRegularFarm(view returns (uint256)
4410331384
cakeRateToSpecialFarm(view returns (uint256)
20589668616
lastBurnedBlock(view returns (uint256)
20159739
owner(view returns (address)
0x09dd2674204f0e7f7238efc70371d3eeda66b835
poolLength(view returns (uint256 pools)
7
totalRegularAllocPoint(view returns (uint256)
4
totalSpecialAllocPoint(view returns (uint256)
10002
Read-only
cakePerBlock(bool _isRegularview returns (uint256 amount)
getBoostMultiplier(address _useruint256 _pidview returns (uint256)
lpToken(uint256view returns (address)
pendingCake(uint256 _pidaddress _userview returns (uint256)
poolInfo(uint256view returns (uint256 accCakePerShareuint256 lastRewardBlockuint256 allocPointuint256 totalBoostedSharebool isRegular)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 boostMultiplier)
whiteList(addressview returns (bool)
State-modifying
add(uint256 _allocPointaddress _lpTokenbool _isRegularbool _withUpdate
burnCake(bool _withUpdate
deposit(uint256 _piduint256 _amount
emergencyWithdraw(uint256 _pid
harvestFromMasterChef(
init(address dummyToken
massUpdatePools(
renounceOwnership(
set(uint256 _piduint256 _allocPointbool _withUpdate
transferOwnership(address newOwner
updateBoostContract(address _newBoostContract
updateBoostMultiplier(address _useruint256 _piduint256 _newMultiplier
updateBurnAdmin(address _newAdmin
updateCakeRate(uint256 _burnRateuint256 _regularFarmRateuint256 _specialFarmRatebool _withUpdate
updatePool(uint256 _pidreturns (struct MasterChefV2PoolInfo pool)
updateWhiteList(address _userbool _isValid
withdraw(uint256 _piduint256 _amount
Events
AddPool(uint256 indexed piduint256 allocPointaddress indexed lpTokenbool isRegular
Deposit(address indexed useruint256 indexed piduint256 amount
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
Init(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetPool(uint256 indexed piduint256 allocPoint
UpdateBoostContract(address indexed boostContract
UpdateBoostMultiplier(address indexed useruint256 piduint256 oldMultiplieruint256 newMultiplier
UpdateBurnAdmin(address indexed oldAdminaddress indexed newAdmin
UpdateCakeRate(uint256 burnRateuint256 regularFarmRateuint256 specialFarmRate
UpdatePool(uint256 indexed piduint256 lastRewardBlockuint256 lpSupplyuint256 accCakePerShare
UpdateWhiteList(address indexed userbool isValid
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(address _MASTER_CHEFaddress _CAKEuint256 _MASTER_PIDaddress _burnAdmin
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.