0xvnknown / how-to-create-a-honeypot-token

Full guide on how to create a Honeypot scam token / rug pull in just a few minutes. Works for bsc, base, avax, eth, arb ...

Home Page:https://medium.com/@Insan3Dev/how-to-create-a-honeypot-token-beginner-guide-593c78aae739

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how-to-create-a-honeypot-token

  1. Open Remix IDE [https://remix.ethereum.org/]
  2. Create new file (you can name it contract.sol)
  3. Paste the code
  4. Change Symbol, Token Name, Supply *remember to add 18 times 0 to the supply number (e.g. 1000 supply -> write 1000000000000000000000)
  5. Compile contract (v0.8.18+---)
  6. Deploy contract

  1. Create Liquidity Pool
  2. Set Fees / Whitelist addresses
  3. Start buying and selling to create volume
  4. Remove liquidity when you want

Link to the full guide: [https://medium.com/@Insan3Dev/how-to-create-a-honeypot-token-beginner-guide-593c78aae739]