MasterChefV2

Verified contract

Active on Ethereum with 5,287 txns
Deployed by via 0xb5f870f0 at 18437898
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
--
ERC-20
--
ERC-20
--
0x334a5ba105148ad07b142386126375eb597684f6fc3d5792e111aaefdaa35c92
0x9dbfe312676d770cb580e08fe6c1d7b1ac3f13b9bb015936fc857464f11f36ad
0x902313da6bd148edbae64f1f7ddcdc0d280d29744d2ed518523b4ca4a88372b7
0x811f084618a32fcc1a23f0f77094780904255a4ef5d587fdd9a2da55b41921e8
0x54cf23bf617502072bb2ee8e998cd2c3c1f34121a31b768e7ba233221ad5cab3
0xfc2ba516c058ced1c331da078a34bb32e87e75703f1d1b73baba2f4b536e7d95
0x1ebb8e72d84b6027157ddcd78b59ad612a00e63480888dd2254f522a02c0c6ef
0xf409dcf650939d47df1d9d2735990365115e37ecb43e289a7189e7e019dbb9bb
0x870116e2da4ff3910236c3339d7603e69697b22fae698665df4c915f50934a2d
0xfbc92d2117ef2323a74da7fd89879e684ead70cbb2cb0f7b053efd9ecc079c01

Functions
Getter at block 21331497
ACC_BBC_PRECISION(view returns (uint256)
1000000000000000000
BBC(view returns (address)
0x015628ce9150db1bce2fbb717a09e846f8a32436
BBC_RATE_TOTAL_PRECISION(view returns (uint256)
1000000000000
BOOST_PRECISION(view returns (uint256)
100000000000
MASTERCHEF_BBC_PER_BLOCK(view returns (uint256)
10000000000000000000
MAX_BOOST_PRECISION(view returns (uint256)
2000000000000
bbcPerBlockToBurn(view returns (uint256 amount)
10000000
bbcRateToBurn(view returns (uint256)
1
bbcRateToRegularFarm(view returns (uint256)
799999999999
bbcRateToSpecialFarm(view returns (uint256)
200000000000
boostContract(view returns (address)
0x0000000000000000000000000000000000000000
burnAdmin(view returns (address)
0x6d5fc6ac6e753f68d4f64cc7b605d925cf642d5e
lastBurnedBlock(view returns (uint256)
18578868
owner(view returns (address)
0x6d5fc6ac6e753f68d4f64cc7b605d925cf642d5e
poolLength(view returns (uint256 pools)
31
totalRegularAllocPoint(view returns (uint256)
58
totalSpecialAllocPoint(view returns (uint256)
1
Read-only
bbcPerBlock(bool _isRegularview returns (uint256 amount)
getBoostMultiplier(address _useruint256 _pidview returns (uint256)
lpToken(uint256view returns (address)
pendingBBC(uint256 _pidaddress _userview returns (uint256)
poolInfo(uint256view returns (uint256 accBBCPerShareuint256 lastRewardBlockuint256 allocPointuint256 totalBoostedSharebool isRegular)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 boostMultiplier)
whiteList(addressview returns (bool)
State-modifying
add(uint256 _allocPointaddress _lpTokenbool _isRegularbool _withUpdate
burnBBC(bool _withUpdate
deposit(uint256 _piduint256 _amount
emergencyWithdraw(uint256 _pid
init(
massUpdatePools(
renounceOwnership(
set(uint256 _piduint256 _allocPointbool _withUpdate
transferOwnership(address newOwner
transferOwnershipOfBBC(address _to
updateBBCRate(uint256 _burnRateuint256 _regularFarmRateuint256 _specialFarmRatebool _withUpdate
updateBoostContract(address _newBoostContract
updateBoostMultiplier(address _useruint256 _piduint256 _newMultiplier
updateBurnAdmin(address _newAdmin
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
UpdateBBCRate(uint256 burnRateuint256 regularFarmRateuint256 specialFarmRate
UpdateBoostContract(address indexed boostContract
UpdateBoostMultiplier(address indexed useruint256 piduint256 oldMultiplieruint256 newMultiplier
UpdateBurnAdmin(address indexed oldAdminaddress indexed newAdmin
UpdatePool(uint256 indexed piduint256 lastRewardBlockuint256 lpSupplyuint256 accBBCPerShare
UpdateWhiteList(address indexed userbool isValid
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(address _BBCaddress _burnAdmin
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.