Skip to main content
Sigvex

Smart Contracts

Inventory of every analyzed EVM contract and SVM program with runtime and network filters, sort options, and card-level actions.

What it is

A page-sized list of analyzed smart contracts across EVM and SVM. The filter bar exposes runtime and network filters, a text search, and a sort dropdown. Each card links to the contract’s overview page and exposes per-card actions for re-analyze, move to workspace, and delete.

Why it exists

The Assets page mixes every asset kind; the Dashboard aggregates into charts. This page is the detail-level list for contracts and programs specifically — the place to scan, filter, and act on deployed-code assets without the noise of wallets or circuits.

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

  1. Sidebar → Smart Contracts (if present in the sidebar configuration).
  2. From the Dashboard → a contract card.
  3. Direct URL — /smart-contracts.

Using the page

  1. Runtime filter — dropdown with All Runtimes plus each configured runtime (e.g. EVM, SVM).
  2. Network filter — scoped selector for chains within the selected runtime.
  3. SortRisk: High to Low, Risk: Low to High, Recently Analyzed, Oldest First, Most Findings, Largest First.
  4. Search — text input that filters by label, address, or network.
  5. Clear — resets runtime, network, and search (shown only when at least one filter is active; Clear Filters button appears in the empty-results state).
  6. Show more — paginates results when the list is long.
  7. Card actions menu — opens per-card actions: Refresh, Move to Workspace, Delete.

Inputs and outputs

Input Source Required
Runtime / network / sort / search URL query + user input no (defaults apply)
Output Format Destination
Contract card list HTML In-page render

Controls reference

  • Runtime filter — scopes the list by runtime.
  • Network filter — scopes the list by network.
  • Sort — six sort orders listed above.
  • Search — text match on label, address, or network.
  • Clear — removes all active filters (shown when filters are active).
  • Show more — fetches the next page.
  • Refresh / Move to Workspace / Delete — per-card actions via the card menu.

Limits

  • Requires a signed-in account.
  • The list is scoped to the user’s current workspace when one is active.
  • Deletion removes the contract from the current workspace; the underlying analysis record may still exist server-side depending on workspace configuration.

Troubleshooting

Symptom or error Cause Action
“No Smart Contracts Analyzed Yet” empty state Inventory is empty with no filters applied Analyze a new contract or program.
“No smart contracts match your filters” Filters exclude every contract Use Clear Filters in the empty-results panel.
Card actions menu does not open Menu already open elsewhere on the page Click outside the open menu and try again.
Sort has no effect Zero or one contract visible after filters Broaden the filters first.