Zombie Farm
  • Zombie Farm
  • Roadmap
  • TOKENOMICS
    • ZOMBIE TOKEN
    • MUMMY TOKEN
    • PHANTOM TOKEN
    • ZOMBIE DOLLAR (ZUSD)
    • Hybrid Burning Mechanism
  • SECURITY
    • Contracts
    • Audit
    • Rugpull Migrator Code
    • How to check if deposit fee is compromised
    • Emergency Withdraw
  • FAQ
    • How to start farming with Zombies
Powered by GitBook
On this page

Was this helpful?

  1. SECURITY

Rugpull Migrator Code

PreviousAuditNextHow to check if deposit fee is compromised

Last updated 4 years ago

Was this helpful?

Security

We have published an article about Pancake swap can take all your money within 6 hours. Although they might not do it, the code is still present in their contract and this code is exactly how all the rug pulls were done.

We have removed the following migrator code from our contract which was forked out from Pancake swap. You can see the following code is still present in pancake swap’s contract and github.

You can see the following migrator code is still present in the following link

Link:

https://github.com/pancakeswap/pancake-farm/blob/master/contracts/MasterChef.sol
Migrator Code in Pancake Swap