LogoLogo
Dashboard
  • ๐Ÿ‰Leviathan
  • ๐Ÿค—Getting Started
    • ๐ŸฒLeviathan Features
    • ๐Ÿ“ŠDashboard
    • ๐ŸคDiscord Community
    • ๐Ÿ’ปInstallation
  • ๐ŸคนTask Creation
    • ๐Ÿ‘›Adding Wallets
    • ๐Ÿ“„Task Sheets
    • โ›“๏ธAdding Chains
    • ๐Ÿ’ŽEthereum Virtual Machine
      • ๐Ÿ“ƒContract Interaction
      • ๐Ÿˆโ€โฌ›Copy Cat
      • ๐Ÿ”ฎZora
    • ๐ŸŸฃSolana
      • ๐Ÿช„Magic Eden
      • ๐Ÿš€Launch My NFT
      • ๐Ÿ˜‚Taiyo Robotics
    • ๐Ÿช™Bitcoin
      • ๐Ÿช„Magic Eden
      • โฌ†๏ธExporting Wallets from UniSat
      • โฌ†๏ธExporting Wallets from Phantom
    • ๐ŸŒŒCosmos
      • ๐Ÿ’กLighthouse
Powered by GitBook
LogoLogo

Legal Stuff

  • Privacy Policy
  • EULA
  • TOS

Copyright ยฉ 2023. All rights reserved.

On this page
  1. Task Creation
  2. Ethereum Virtual Machine

Copy Cat

Listens for transactions with supplied parameters in the mempool, then fires the transactions with perfect parameters to increase chances of being included in the same or following block.

Copy Cat will ONLY work on chains with a mempool. This means chains such as Optimism and Base that do not have a mempool can not run Copy Cat mode.

Not all contracts will work with Copy Cat, a on chain toggle needs to be callable to enable/disable the function you want to call.

  • Module: EVM

  • Chain: Chain's name as defined in Chains.csv

  • Contract: Contract address to interact with, followed by the address to watch for, seperating them with the | character; for example 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d|0xaBA7161A7fb69c88e16ED9f455CE62B791EE4D03

  • Function: Function to use, followed by the function to listen for, seperating them with the | character; for example mintApe|flipSaleState

  • Input: JSON Array Compliant Parameters for the mint tx followed by the parameters to match for the listening tx; for example [1]|[]

  • Quantity: Value of ETH to send as part of the transaction, for example 0.15

  • Mode: CopyCat

  • Max Gas: Maximum GWEI fee to pay for your transaction. Can be left empty to have no limit.

  • Gas Limit: Set the transactions gas unit limit, is optional but reccomended to set to avoid transactions gas limit being too low.

  • Wallet ID: Wallet ID corresponding to the wallet in wallets.csv you wish to use.

PreviousContract InteractionNextZora

Last updated 1 year ago

๐Ÿคน
๐Ÿ’Ž
๐Ÿˆโ€โฌ›