MasterChef
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
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 21399262
BONUS_MULTIPLIER() view returns (uint256)
0
SWP() view returns (address)
0x0000000000000000000000000000000000000000
SWPPerBlock() view returns (uint256)
0
blockWithdrawDev() view returns (uint256)
0
depositedSwp() view returns (uint256)
0
devPercent() view returns (uint256)
0
devaddr() view returns (address)
0x0000000000000000000000000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
0
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSWP(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSWPPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount)
getDevTokens()
initialize(address _SWP, address _devaddr, uint256 _SWPPerBlock, uint256 _startBlock)
leaveStaking(uint256 _amount)
massUpdatePools()
migrate(uint256 _pid)
newDevAddress(address _devaddr)
newSWPPerBlock(uint256 newAmount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateMultiplier(uint256 multiplierNumber)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Earned(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.