ABOT.DOG Guide
  • > Introduction
  • šŸŽ‰Get Started
  • šŸ’¼Wallet Settings
    • Buy Settings
    • Sell Settings
    • Approve Settings
    • General Settings
  • šŸ““Pasted Contracts
    • Contract Buy Menu
    • Contract Details
    • Auto Buying
    • Warning Messages
  • šŸ”ŠCall Channels
    • Channel Menu
  • Trade Monitor
    • Trade Monitor Menu
    • Auto-Buying Dips
    • Trailing Stoploss
  • Multi-Wallet
    • Multi-Wallet Menu
    • Multi-Wallet Use case
  • Copytrade
    • Copytrade Buys
    • Copytrade Sells
  • Sniping Presales
  • God Mode
    • God Mode Menu
    • Liquidity Sniping
    • Method Sniping
    • Snipe Auto
    • God Mode Settings
    • Simulate and TURBO
    • ABOT.DOG Block-0 Dominance
  • Monetization
  • Premium Subscription
  • ABOT Scraper
    • Scraper Setup
    • Scraper Functionalities
    • Scraper Download Links
  • > FAQ
    • šŸ’ ABOT Token
    • šŸ’°Revenue Sharing
    • 🧊Using ABOT.DOG
    • ā–¶ļøTelegram Community
    • šŸ—’ļøLoyalty Program
    • šŸ”ØKnown Bugs
  • > PRODUCT GUIDES
    • šŸ™‚First-Time User
    • šŸ’ŽTransfer ETH & Tokens
    • šŸ”‘Private Key Management
    • šŸ’¼Link Wallet For Holder Benefits
    • šŸ—žļøReferrals Program
    • ⛽Adaptive Gas
Powered by GitBook
On this page
  1. God Mode

Method Sniping

PreviousLiquidity SnipingNextSnipe Auto

Last updated 1 year ago

Method sniping, unlike liquidity sniping, allows you to buy as soon as the targeted launch method is activated by the contract owner. Method sniping should be used in situations where trade is restricted from within the contract, and those restrictions can only be lifted when the owner activates a method like ā€œenableTradingā€ for example. When method sniping, please take note of the following:

  • If you can’t read or understand Solidity code, don’t method snipe. You need to be able to identify the proper launch method and its deadblocks by reading the smart contract.

  • Every method in a contract contains an ID. When a wallet initiates a transaction to call a method on a contract, the transaction contains a 4-byte method ID. This is equivalent to 8 unique hex characters. For example, the method ā€˜enableTrading’ with no parameters is equivalent to ā€˜0x8a8c523c’.

  • When you click on Snipe Method after going into God Mode, you will need to supply the Method ID you would like to snipe. The sniper will give you a set of Method IDs as shown in Figure 25.

  • If you cannot find the method ID in the set of method IDs provided by the sniper, you can search for the required method ID within a specific contract using the instructions in the Appendix.

Some final words on liquidity and method sniping:

  • God Mode is meant for advanced users who can understand a bit of Solidity and navigate their way around a smart contract. You need to be able identify launch methods, deadblocks, and blacklisting mechanisms to maximize profits from these functionalities.

  • In the rare case that a token has no liquidity and trade is gated by a launch method like ā€œenableTradingā€, and you’re not sure whether the owner will add liquidity then activate the method or the other way around, you can activate both Snipe Liquidity and Snipe Method in the God Mode menu in Figure 24, and the bot will be able to account for any order of transactions used by the owner.

  • You can liquidity/method snipe with multiple wallet by enabling Mutli-wallet in the wallet settings in Figure 15.

  • Some token contracts use unique blacklisting mechanisms. One of which is banning any wallet that tries to buy with a higher gas price (more than 7 gwei on BSC for example). Make sure that the contract has no such banning mechanisms before you proceed with method sniping.

25. Selecting a method to snipe.