Smart Contracts is the working list of deployed code you’ve analyzed — EVM contracts and SVM programs together. Where the Assets page mixes in wallets and circuits and the dashboard rolls everything into charts, this page stays focused on contracts and programs, so you can scan, filter, and act on them without the surrounding noise.
Why it exists
When a review spans dozens of contracts across chains, the question is usually “which one next?” — the highest-risk, the most findings, the ones that have gone stale. This page answers that with filters and sort orders built for exactly those questions, and lets you re-run or reorganize a contract without leaving the list.
Who uses it
- Auditor — scopes the inventory to a runtime or network to plan the next review.
- Operator — triggers re-analysis or moves contracts between workspaces.
How to open it
- Sidebar → Smart Contracts.
- From the dashboard → a contract card.
- Direct URL —
/smart-contracts.
Working with the list
A filter bar across the top scopes the grid by runtime and network, with a search that matches on label, address, or network. Sort offers risk high-to-low or low-to-high, most recently or least recently analyzed, most findings, and largest first. When a long list runs past the first page, Show more fetches the rest, and Clear resets the filters once any are active.
Each card links to the contract’s overview, and its actions menu carries the per-contract operations: Refresh to re-analyze, Move to Workspace, and Delete.
Limits
- Requires a signed-in account, and the list is scoped to your active workspace when one is selected.
- Deleting a contract removes it from the current workspace; depending on workspace settings the underlying analysis may still exist elsewhere.
Related pages
- Assets — the full inventory, including wallets, PDAs, and circuits.
- EVM Contract Overview — the detail page for a single EVM contract.
- Solana Program Overview — the detail page for a single SVM program.