Meta-Transaction Nonce Manager
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
This tool evaluates meta-transaction nonce management state, helping developers and users track nonce usage and availability for gasless transactions. Given a nonce manager contract address, a user address, and an optional lookback range, it reads the user's current nonce, next nonce, the list of used nonces, and the status of individual nonces within the specified range. It then displays a visual nonce timeline showing which nonces are available, used, or pending, with a summary of available and used counts. The tool then determines the nonce status—Nonce available (ready for next transaction), All nonces used in range, or Pending—and provides a detailed breakdown of nonce management factors. All data is pulled directly from the blockchain in real time, providing a transparent, comprehensive view of meta-transaction nonce state.
HOW TO USE
Connect your wallet using the Connect button in the header, or enter a user address manually. Select the target network from the dropdown—Ethereum Mainnet, Polygon, Optimism, Arbitrum One, Base, or Sepolia testnet. Enter the nonce manager contract address. Optionally, provide a user address (defaults to connected wallet) and a lookback value (default 10, max 50) to control how many nonces to display. Click "Check nonce." The tool will fetch the user's current nonce, next nonce, used nonces, and the status of nonces in the specified range. Results appear in the card below with a prominent nonce status badge, a visual nonce timeline showing each nonce's status (available, used, or pending) with color coding, a summary of available and used counts, detailed nonce information including current and next nonce, used nonce list, and a breakdown of nonce management factors with checkmarks or crosses. Use this information to track meta-transaction nonce state and identify the next available nonce.
META-TRANSACTION NONCE MANAGEMENT VERIFICATION WITH STATUS TRACKING AND TIMELINE VIEW
The tool provides comprehensive meta-transaction nonce management verification through multiple on-chain reads. First, it calls getNonce() to retrieve the user's current nonce value, and getNextNonce() to get the next available nonce. It then calls getUsedNonces() to retrieve the full list of used nonce values. For the specified lookback range, it iterates through each nonce and calls getNonceStatus() to get the status code (0 = available, 1 = used, other = pending). If getNonceStatus is not available, it falls back to checking isNonceUsed() for each nonce. The nonce states are displayed as a visual timeline with color-coded badges—green for available, red for used, and amber for pending. The current nonce is highlighted on the timeline. The overall nonce status is determined by finding the first available nonce in the range. All factors are combined to provide a clear, actionable view of meta-transaction nonce management with detailed status tracking.
WHAT IT CANNOT SEE
This tool cannot guarantee nonce validity—the nonce may be used between the check and the transaction. It cannot predict transaction ordering or ensure that transactions execute in the expected order. It cannot verify off-chain nonce conditions or ensure that the nonce contract is correctly implemented. It cannot detect nonce manipulation or ensure that nonces are used correctly. It cannot ensure transaction execution order or detect front-running. It cannot assure that the nonce manager contract is free from vulnerabilities, bugs, or malicious code. It cannot verify that the nonce manager contract address is correct. It cannot detect front-running or other execution risks. It cannot provide legal or financial advice or guarantee that using the nonce manager is safe. All data is provided as-is for informational purposes only; any reliance on the tool's output for nonce management decisions is the sole responsibility of the user.
PLEASE NOTE
This tool supports EVM-compatible chains only: Ethereum Mainnet (1), Polygon (137), Optimism (10), Arbitrum One (42161), Base (8453), and Sepolia testnet (11155111). Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, and XRP are not supported. The tool requires a Web3 provider (MetaMask or WalletConnect) and access to an RPC endpoint for the selected chain. It does not store any wallet data, nonce records, or transaction history. All queries are performed directly against the blockchain in real time. The tool only provides read-only information and does not execute any transactions. Nonce statuses and availability are contract-defined values and do not guarantee transaction ordering. Always verify critical data independently through a block explorer and consult with developers before relying on any nonce management decisions.