Skip to main content
Sigvex

EVM Wallet Analyzer

The progress view while an EVM wallet is investigated — the forensics pipeline phases and a streaming log — handing off to the wallet forensics results on success.

EVM Wallet Analyzer is the page you watch while a wallet forensics run is in flight. It shows the wallet-specific pipeline phases and a streaming log as the run executes, and hands off to the wallet forensics results when it completes.

Why it exists

Wallet forensics runs a different pipeline from contract analysis — indexing the wallet’s history, fetching counterparties, screening for compliance. Those phases deserve their own progress view rather than reusing the contract-analysis screen, so what you see reflects what is actually running.

Who uses it

  • Forensics analyst — watches the pipeline finish before moving to the results.

How to open it

  1. From the wallet entry point — submitting an EVM address routes here.
  2. Direct URL — /evm-eoa-analyze?network=<chain>&address=<0x…>.

While it runs

The progress panel shows the wallet analysis phases with the network and the target address; the engine log streams the forensics pipeline’s output. Cancel analysis stops the run. On success the page redirects to the wallet forensics results; if the account is out of credits, a prompt to top up appears instead.

Limits

  • Requires a signed-in account and available credits.
  • The address must be a valid 0x-prefixed, 40-hex-character EVM address; other formats are rejected with an inline error.