Rug Pull Prevention

All our smart contracts are verified and totally opensource. We have removed the 'migrate' function from our contract because of this no rug pull can be done in any of our contracts. You can verify that yourself in every single one of our contracts. You can find all the contracts here.

This is how the 'migrate' function looks like in the MasterChef smart contract of PancakeSwap: https://github.com/pancakeswap/pancake-farm/blob/master/contracts/MasterChef.sol

Last updated