IMasterChef
Methods
deposit
function deposit(uint256 _pid, uint256 _amount) external nonpayableParameters
Name
Type
Description
poolInfo
function poolInfo(uint256 pid) external view returns (struct IMasterChef.PoolInfo)Parameters
Name
Type
Description
Returns
Name
Type
Description
totalAllocPoint
function totalAllocPoint() external view returns (uint256)Returns
Name
Type
Description
Last updated
Was this helpful?