IMasterChef

Methods

deposit

function deposit(uint256 _pid, uint256 _amount) external nonpayable

Parameters

NameTypeDescription

_pid

uint256

undefined

_amount

uint256

undefined

poolInfo

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

Parameters

NameTypeDescription

pid

uint256

undefined

Returns

NameTypeDescription

_0

IMasterChef.PoolInfo

undefined

totalAllocPoint

function totalAllocPoint() external view returns (uint256)

Returns

NameTypeDescription

_0

uint256

undefined

Last updated