IMasterChef
Methods
BONUS_MULTIPLIER
function BONUS_MULTIPLIER() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
bonusEndBlock
function bonusEndBlock() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
devaddr
function devaddr() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
migrator
function migrator() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
owner
function owner() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
pendingSushi
function pendingSushi(uint256 nr, address who) external view returns (uint256)
Parameters
Name | Type | Description |
---|---|---|
nr | uint256 | undefined |
who | address | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
poolInfo
function poolInfo(uint256 nr) external view returns (address, uint256, uint256, uint256)
Parameters
Name | Type | Description |
---|---|---|
nr | uint256 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
_1 | uint256 | undefined |
_2 | uint256 | undefined |
_3 | uint256 | undefined |
poolLength
function poolLength() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
startBlock
function startBlock() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
sushi
function sushi() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
sushiPerBlock
function sushiPerBlock() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
totalAllocPoint
function totalAllocPoint() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
userInfo
function userInfo(uint256 nr, address who) external view returns (uint256, uint256)
Parameters
Name | Type | Description |
---|---|---|
nr | uint256 | undefined |
who | address | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
_1 | uint256 | undefined |