MasterChef
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MasterChef"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MasterChef"
ABI
ABI objects
Getter at block 21383396
ERC1155_ERC165() view returns (bytes4)
0xd9b67a26
apw() view returns (address)
0x0000000000000000000000000000000000000000
apwPerBlock() view returns (uint256)
0
lpToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolIdsLength() view returns (uint256)
0
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
Read-only
getUserLpTokenIdList(address _user) view returns (uint256[])
isRegisteredPoolId(uint256 _poolId) view returns (bool)
lpIDToFutureAddress(uint256) view returns (address)
nextUpgradeAllocPoint(uint256) view returns (uint256)
pendingAPW(uint256 _lpTokenId, address _user) view returns (uint256)
poolIdAt(uint256 _id) view returns (uint256)
poolInfo(uint256) view returns (uint256 allocPoint, uint256 accAPWPerShare, uint256 lastRewardBlock, uint256 ammId, uint256 pairId)
rewarders(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 periodId)
State-modifying
Events add(uint256 _allocPoint, uint256 _lpTokenId, address _rewarder, bool _withUpdate)
deposit(uint256 _lpTokenId, uint256 _amount)
emergencyWithdraw(uint256 _lpTokenId)
harvest(uint256 _lpTokenId, address to)
initialize(address _apw, address _lpToken, uint256 _apwPerBlock, uint256 _startBlock)
massUpdatePools()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
set(uint256 _lpTokenId, uint256 _allocPoint, address _rewarder, bool overwrite, bool _withUpdate)
setAPWPerBlock(uint256 _apwPerBlock)
setNextUpgradeAllocPoint(uint256 _lpTokenId, uint256 _nextAllocPoint)
transferOwnership(address newOwner)
updatePool(uint256 _lpTokenId)
withdraw(uint256 _lpTokenId, uint256 _amount)
withdrawAPW(address _recipient, uint256 _amount)
Deposit(address indexed user, uint256 indexed lpTokenId, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed lpTokenId, uint256 amount)
Harvest(address indexed user, uint256 indexed lpTokenId, uint256 amount)
NextAllocPointSet(uint256 indexed previousLpTokenId, uint256 nextAllocPoint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed lpTokenId, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.