PancakeTokenSniper Versions Save

BSC BNB Pancake token sniper, buy, take profit and rug check

v2.0.1

2 years ago
  • Adds OnlyBuyWhitelist to the configuration. If this is enabled the sniper will ONLY buy the whitelisted tokens when it recv's the PairCreated event or reads a AddLiquidity transaction.
  • Token will not re-buy the same again.

v2.0.0

2 years ago
  • Listen to add liquidity event and snipe based off it
  • The add liquidity will go through all the RUG checks however if the token is listen on the whitelist it will skip the RUG checks and instant buy

v1.7.0

2 years ago
  • Added buy delay seconds, if value is greater then 0 then a delay is added to buying
  • Ensure that the bot keeps running forever and does not crash

v1.6.0

2 years ago
  • Adds whitelisted tokens which bypass RUG checks & honeypot checks
  • MinimumPercentageOfTokenInLiquidityPool now has been fixed the calculation is correct and also checks how much was burned in dead wallets
  • Fixes profit calculation

v1.5.0

2 years ago
  • Adds rugdoc honeypot API checks
  • Sets default config to false for manual honeypot test

v1.4.1

2 years ago
  • Fixes profit calculation
  • Fixes websocket crash

v1.4.0

2 years ago
  • Fixes selling
  • Fixes profit percentage
  • Adds sell slippage config

v1.3.0

2 years ago
  • Honeypot tries to take profit from the test, now it will not.

v1.2.0

2 years ago
  • Removes block processing which is too intensive for most computers and adds normal websocket listening
  • Ensures approval is called before a sell

v1.1.1

2 years ago
  • Fix honeypot logic