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
- From the wallet entry point — submitting an EVM address routes here.
- 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.
Related pages
- EVM Wallet Forensics — the results page this feeds.
- Wallet — the entry point that routes here.
- Wallets — the inventory of completed runs.