Skip to main content

IMasterChef

Methods

deposit

function deposit(uint256 _pid, uint256 _amount) external nonpayable

Parameters

NameTypeDescription
_piduint256undefined
_amountuint256undefined

poolInfo

function poolInfo(uint256 pid) external view returns (struct IMasterChef.PoolInfo)

Parameters

NameTypeDescription
piduint256undefined

Returns

NameTypeDescription
_0IMasterChef.PoolInfoundefined

totalAllocPoint

function totalAllocPoint() external view returns (uint256)

Returns

NameTypeDescription
_0uint256undefined