Aura
  • General
    • 👋Welcome
    • 💻Core Features
    • 🔑Access
    • 🚀Get started
    • 🔗Links
  • 🪙Coins
    • Trading Panel
      • Analytics
      • Buying
      • Selling
    • Audit
    • Limit orders
    • P&L Calculator
    • Wallet Tracker
      • Manage your tracker
      • Parameters
      • Alerts
    • Token Manager
      • Transfer ETH
      • Transfer Tokens
      • Approve Token
      • Revoke Token
    • Monitors
      • New pairs
      • Filtered pairs
      • Locked LP
      • Smart money
      • New ERC20 contract
    • General Settings
      • Add a wallet
      • Modify and delete
      • Export your wallet
      • Default Buy & Sell
      • Gas Preset
      • Max Gwei
      • Slippage
      • Ape Mode
      • Auto Approval
  • ✨NFT
    • Trading Panel
      • Analytics
      • Orders
      • Buying
      • Listing
      • Bidding
      • Selling
      • Sniping
      • Transfering
    • Limit orders
    • P&L Calculator
    • Wallet Tracker
      • Manage your tracker
      • Alerts
    • Monitors
      • Smart money
      • New ERC721 contract
    • General Settings
      • Add a wallet
      • Modify and delete
      • Export your wallet
      • Gas Preset
      • Max Gwei
      • Ape Mode
  • 🐇Friend Tech
    • Trading Panel
      • Analytics
      • Buying
      • Selling
    • Audit
    • Sniper
      • New user
      • New deposit
      • Execution
      • Auto Sell
    • Limit orders
      • Create an order
      • Parameters
      • Execution
    • Auto farmer
      • Setup
      • Execution
    • P&L Calculator
    • Portfolio manager
      • Analytics
      • Liquidation
    • Bridge
    • Wallet Tracker
      • Manage your tracker
      • Alerts
    • Monitors
      • New users
      • New deposits
      • Smart money
    • General Settings
      • Add a wallet
      • Modify and delete
      • Export your wallet
  • 🍊Ordinals
    • P&L Calculator
  • 🍇Solana
    • P&L Calculator
  • 🤖Others
    • Gas
      • Tracker
      • Calculator
      • Simulation
    • Track
      • Mints
      • Trades
      • Tokens
    • Wallets
      • Set
      • Raw
      • Get
      • Remove
    • Market
  • 📖Ressources
    • Wallet storage
    • Best route
Powered by GitBook
On this page
  • Select a contract & function
  • Enter your inputs
  • Transaction simulation
  1. Others
  2. Gas

Simulation

Learn how to use the gas simulation.

PreviousCalculatorNextTrack

Last updated 1 year ago

This is the most advanced gas fee estimation feature, which can be accessed with /gas simulation. It allows you run a simulation of a transaction through any function of any contract on the Ethereum blockchain.

Select a contract & function

To get started, simply enter any ethereum contract. The bot will return information about the contract's functions, including their number, the notable ones and more. In addition to this, the bot will return a drop-down list of the contract's writable functions. Simply select the functions you would like to simulate.

Enter your inputs

Once you select a function, the bot will ask you to enter the required parameters. When done, confirm your inputs. Each field describes the parameter to enter, make sure to fill in the fields according to the bot indications. Once you've completed the form, just confirm.

Please note that the bot can only simulate writeable functions with up to five parameters.

Transaction simulation

The bot will return a complete simulation of the function's execution. The result includes the current gas price, the number of gas units used for the transaction and the estimated gas price paid. In addition, the bot returns the encoded date used for the simulated transaction. These data can be used to replicate the exact same transaction.

Please note that the use of encoded data is reserved for people who have mastered the basics of contract reading. If this is not your case, use apps like Metamask etc.

🤖