Contract Analytics
Analyze smart contracts to understand their behavior, security, and interaction patterns.
On this page
Overview
The Contract Analytics feature allows you to analyze any smart contract address and understand its behavior, security profile, holder distribution, and interaction patterns. This is essential for due diligence, security audits, and research.
Use Cases
Research new token launches, verify contract security before interacting, and identify potential scams.
Features
Contract Overview
View contract creation details, contract type, and verification status.
Holder Distribution
See how tokens are distributed across wallets with rich list analysis.
Transaction Patterns
Analyze transaction patterns including buy/sell ratios and volume.
Security Checks
Identify common security issues and contract risks.
How to Use
- Navigate to the Intel page
- Paste a contract address into the search bar
- Select "Contract Analytics" mode
- View detailed analysis results
Via API
POST /api/analyze/contract
{
"address": "0xA0b86a33E6441C4C4A0C6e4e3e3C3C4C4C4C4C4",
"chain": "ethereum"
}Analysis Metrics
| Metric | Description |
|---|---|
| Holder Count | Total number of token holders |
| Top Holders | Largest wallets holding the token |
| Concentration | Percentage held by top 10 wallets |
| Transfer Volume | 24h/7d/30d transfer volumes |
| Contract Age | Time since contract creation |
| Interaction Count | Total number of contract interactions |
Use Cases
- Token Research - Analyze new token before buying
- Security Audits - Identify suspicious contract behavior
- Whale Tracking - Monitor large holder movements
- Market Analysis - Understand token distribution and liquidity

