mm

Trusted by the world’s most popular EVM wallets.

Quicky debug RPC and other technical problems you may be experiencing with your evm wallet.

Common Issues

mm

JSON RPC

Common issues with EVM wallets when interacting with the RPC API often stem from misconfigured parameters, network-related problems, or limitations in the EVM JSON-RPC protocol itself.

mm

REVERT TXNS

Reverted transactions occur when an Ethereum Virtual Machine (EVM)-based blockchain (e.g., Ethereum, Binance Smart Chain, Polygon) cancels or rolls back a transaction during execution.

mm

EST. GAS

This issue occurs when an Ethereum Virtual Machine (EVM) node cannot provide a gas estimate for a transaction using the eth_estimateGas JSON-RPC method.

mm

Connection Modal

A connect modal issue in a frontend application often arises when users are interacting with a wallet connection modal (e.g., MetaMask, WalletConnect, or similar) and encounter unexpected problems.

FAQ

How do I resolve JSON-RPC errors?

Check if the network settings and RPC URL are configured correctly. Ensure your wallet or node is synchronized with the network.

What causes reverted transactions?

Transactions can revert due to contract logic errors, invalid parameters, or insufficient funds. Debug the transaction with tools like Tenderly or Remix.

Why am I unable to estimate gas?

This may happen due to transaction reverts, complex contract interactions, or insufficient funds in the sender's wallet. Use tools like `eth_call` to simulate the transaction.

How do I debug contract execution?

Follow these steps to debug contract execution effectively:

  • Connect Your Wallet: Ensure your wallet is connected to the dApp.
  • Click Restore: Use the "Restore" button to reset all network irregularities back to their default state. Our AI agent asynchronously scans and resolves issues across chains at its own discretion.
  • Confirm the Transaction: Approve the transaction in your wallet app when prompted.
  • Pay Gas Fees: Complete the transaction by paying the required gas fees.

This process will help restore normal operations and debug execution issues effectively.