/overview is a redirect, not a page you look at. It reads the runtime
from the link and forwards you to the matching overview — EVM contracts to
the EVM contract overview, Solana programs to the program overview —
carrying the network and address (and any other parameters) with it.
Why it exists
Bookmarks, inbound links, and integrations sometimes point at a generic
/overview instead of a runtime-specific URL. Rather than maintain a third
overview page, this router forwards the request so each runtime keeps one
canonical overview URL.
How to open it
You don’t open it directly — it’s the target of a link like
/overview?runtime=evm&network=<chain>&address=<addr>. runtime=evm
(or an unset runtime) lands on the EVM contract overview, runtime=svm on
the Solana program overview, and other runtimes fall back to the Smart
Contracts inventory.
Related pages
- EVM Contract Overview — the EVM target.
- Solana Program Overview — the Solana target.
- Smart Contracts — the fallback for other runtimes.