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
Scanner0xA0b8...eB48
92
Low Risk5 passed
- Ownership Renouncedsafe
Contract ownership has been renounced
- No Proxy Contractsafe
Direct implementation, no upgradeable proxy
- Liquidity Lockedsafe
LP tokens locked for 12 months
- Verified Sourcesafe
Source code verified on Etherscan
- No Mint Functionsafe
Owner cannot mint new tokens
5/5 checks passed
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 |