Submitting Contracts
Four ways to submit your smart contract code for AI-powered security analysis. Choose the method that fits your development workflow.
Etherscan URL
Paste a block explorer URL to auto-fetch verified source code from any supported chain.
GitHub Repository
Provide a public repo URL and optional branch. We analyze all .sol files.
Paste Code
Paste raw Solidity source code directly into the editor. Up to 2MB.
ZIP Upload
Upload a compressed archive of your contract files. Max 10MB.
Etherscan / Explorer URL#
The simplest way to audit a deployed contract. Paste the block explorer URL and we auto-detect the network, contract address, and fetch the verified source code.
Supported explorers#
| Network | Explorer | Example URL |
|---|---|---|
| Ethereum | Etherscan | etherscan.io/address/0x... |
| BSC | BscScan | bscscan.com/address/0x... |
| Polygon | PolygonScan | polygonscan.com/address/0x... |
| Arbitrum | Arbiscan | arbiscan.io/address/0x... |
| Optimism | Optimistic Etherscan | optimistic.etherscan.io/address/0x... |
| Base | BaseScan | basescan.org/address/0x... |
| Avalanche | SnowTrace | snowtrace.io/address/0x... |
| Fantom | FTMScan | ftmscan.com/address/0x... |
GitHub Repository#
Submit a public GitHub repository URL. We clone the repo and analyze all Solidity files, excluding common test and mock directories.
- Accepts full GitHub URLs or owner/repo format
- Optional branch name (defaults to main/master)
- Automatically discovers all .sol files
- Excludes test/, mock/, and node_modules/ directories
Paste Code#
Paste your Solidity source code directly into the code editor. Ideal for quick checks on individual contracts or code snippets.
- Supports Solidity syntax
- Maximum 2MB of source code
- Optionally provide a contract name for the report
ZIP Upload#
Upload a ZIP archive containing your contract files. Best for multi-file projects that aren't on GitHub.
- Maximum file size: 10MB
- Supports .zip format
- We extract and analyze all .sol files
- Directory structure is preserved for accurate file references in the report