MasterChef
Constructor(address,address,address,address,uint256)
Parameter
Description
Pool Ids
uint256 public constant LOCK_POOL = 0;//Lock VIN, reward ARV
uint256 public constant VIN_POOL = 1;//Stake/Lock VIN, reward IN
uint256 public constant ARV_POOL = 2;//Stake ARV, reward IN
uint256 public constant LP_POOL = 3;//Stake ( IN / ? )LP, reward VINWrite Functions
deposit
Name
Type
Description
depositLock
Name
Type
Description
withdraw
Name
Type
Description
withdrawLock
Name
Type
Description
claimPending
vestingPendingReward
claimVestingReward
updateRewardPerBlock
add
addRewardToPool
emergencyWithdraw
View Functions
getUnlockableAmount
Name
Type
Description
Name
Type
Description
getLockAmount
Name
Type
Description
Name
Type
Description
getLockInfo
Name
Type
Description
Name
Type
Description
userVestingInfo
Name
Type
Description
Name
Type
Description
pendingReward
userPendingReward
totalStake
estimateARVCirculatingSupply
cauldronPoolInfo
Last updated