Skip to main content

MasterChef

Functions#

constructor#

function constructor(
) public

setRewards#

function setRewards(
) public

poolLength#

function poolLength(
) external returns (uint256)

add#

function add(
) public

set#

function set(
) public

setMigrator#

function setMigrator(
) public

migrate#

function migrate(
) public

getMultiplier#

function getMultiplier(
) public returns (uint256)

pendingGondola#

function pendingGondola(
) external returns (uint256)

massUpdatePools#

function massUpdatePools(
) public

updatePool#

function updatePool(
) public

deposit#

function deposit(
) public

withdraw#

function withdraw(
) public

emergencyWithdraw#

function emergencyWithdraw(
) public

safeGondolaTransfer#

function safeGondolaTransfer(
) internal

Events#

Deposit#

event Deposit(
)

Withdraw#

event Withdraw(
)

EmergencyWithdraw#

event EmergencyWithdraw(
)