MasterChefV2
Verified contract
Active on
Ethereum with 5,287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
🍆 9 LP | ERC-20 | 1.278112B | -- | -- | |
🍆 9 LP | ERC-20 | 249.94191M | -- | -- | |
🍆 9 LP | ERC-20 | 208.507127M | -- | -- | |
🍆 9 LP | ERC-20 | 24.292736M | -- | -- | |
🍆 9 LP | ERC-20 | 19.05203M | -- | -- | |
🍆 9 LP | ERC-20 | 13.192561M | -- | -- | |
BBC | ERC-20 | 10.510673M | -- | -- | |
🍆 9 LP | ERC-20 | 769.014044K | -- | -- | |
🍆 9 LP | ERC-20 | 722.358343K | -- | -- | |
🍆 9 LP | ERC-20 | 416.260566K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312626 | 3 days ago | | | 0 | 0.0016979288 | |
| 21304688 | 4 days ago | | | 0 | 0.0011145720 | |
| 21304667 | 4 days ago | | | 0 | 0.0010071247 | |
| 21304666 | 4 days ago | | | 0 | 0.00089582634 | |
| 21304660 | 4 days ago | | | 0 | 0.0010710888 | |
| 21304659 | 4 days ago | | | 0 | 0.0010605997 | |
| 21298021 | 5 days ago | | | 0 | 0.00067665245 | |
| 21296147 | 5 days ago | | | 0 | 0.0010689015 | |
| 21296144 | 5 days ago | | | 0 | 0.0011155317 | |
| 21296141 | 5 days ago | | | 0 | 0.0012268990 |
ABI
ABI objects
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 _isRegular) view returns (uint256 amount)
getBoostMultiplier(address _user, uint256 _pid) view returns (uint256)
lpToken(uint256) view returns (address)
pendingBBC(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (uint256 accBBCPerShare, uint256 lastRewardBlock, uint256 allocPoint, uint256 totalBoostedShare, bool isRegular)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 boostMultiplier)
whiteList(address) view returns (bool)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _isRegular, bool _withUpdate)
burnBBC(bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
init()
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
transferOwnershipOfBBC(address _to)
updateBBCRate(uint256 _burnRate, uint256 _regularFarmRate, uint256 _specialFarmRate, bool _withUpdate)
updateBoostContract(address _newBoostContract)
updateBoostMultiplier(address _user, uint256 _pid, uint256 _newMultiplier)
updateBurnAdmin(address _newAdmin)
updatePool(uint256 _pid) returns (struct MasterChefV2PoolInfo pool)
updateWhiteList(address _user, bool _isValid)
withdraw(uint256 _pid, uint256 _amount)
AddPool(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, bool isRegular)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Init()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPool(uint256 indexed pid, uint256 allocPoint)
UpdateBBCRate(uint256 burnRate, uint256 regularFarmRate, uint256 specialFarmRate)
UpdateBoostContract(address indexed boostContract)
UpdateBoostMultiplier(address indexed user, uint256 pid, uint256 oldMultiplier, uint256 newMultiplier)
UpdateBurnAdmin(address indexed oldAdmin, address indexed newAdmin)
UpdatePool(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accBBCPerShare)
UpdateWhiteList(address indexed user, bool isValid)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _BBC, address _burnAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.