Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PancakeSwap trading bot - Only New pair detected ? #76

Open
ozgurk78 opened this issue May 30, 2021 · 1 comment
Open

PancakeSwap trading bot - Only New pair detected ? #76

ozgurk78 opened this issue May 30, 2021 · 1 comment

Comments

@ozgurk78
Copy link

Hello Everbody ,

PancakeSwap trading bot very complicated for beginner , I propose ; part by part.

  1. stage : Only detected : "New pair detected"

  2. stage : Buy new shit token

so , ı need only "New pair detected" bot

Like this : Only detected :

New pair detected
=================
token0: 0x48aBf1Ac9f66B508Ed40F07F1741eB62289e0051
token1: 0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c
pairAddress: 0x1b540C8411843463DdFF4A1Ac8D8930B1291C4F7

how can do this ? , can you help me for code , it must be very easy

@TimothyHyland
Copy link
Contributor

I remember with this code the address needed to be absolutely correct. that means checksummed. Since we use a == exact compare if you don't have the checksummed address it will fail to catch it as they are slightly different. here is a site to checksum your address and see if that was it. https://ethsum.netlify.app. The difference will be only some letters capitalized in address eg: 0x48ABf1AC9f66B508Ed40F07F1741EB62289E0051. vs 0x48aBf1Ac9f66B508Ed40F07F1741eB62289e0051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@TimothyHyland @ozgurk78 and others