UtilityLive Preview
Smart Contract Scanner
Security scanner displaying contract audit results with score, individual checks, and status badges. Pure UI — parent provides scan results.
securityauditscannercontract
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
address* | string | — | Contract address being scanned |
score* | number | — | Security score (0-100) |
checks* | SecurityCheck[] | — | Individual check results (name, status: safe/warning/danger) |
onScan | (address: string) => void | — | Called when user enters a new address to scan |
loading | boolean | false | Show loading state while scanning |
className | string | — | Additional CSS classes |