Perform real-time security analysis on a smart contract including vulnerability detection
contract address
Selected chain. This includes 'eth', 'base', 'bsc', 'polygon', 'optimism' and 'arb' Supported blockchain networks
eth, base, bsc, pol, opt, arb Does full bytecode analysis on unverified contracts. The full scan can take up to several minutes. To retrieve the final results, either refresh this endpoint, or supply a callback URL for which results will be posted every 5 seconds.
Re-analyze contract address and retrieve fresh data.
Returns asynchronous response from bytecode analysis. This callback will be called every 5 seconds with any new data found until the full analysis has been completed. If an analysis is already completed, the callback will not be called.
Analyze the deployer address for risks and include a flag if the deployer is risky
Boolean to determine whether to hide trust-related flags from the response
Success
Overall risk score for the contract
3
List of tags associated with the contract
{
"centralized_risk_high": {
"key": "centralized_risk_high",
"name": "Centralized Risk High",
"description": "This contract may have logic that lead us to think it is is a drainer.",
"tags": { "centralized_risk_high": true }
}
}
List of categories associated with the contract
{
"contract_possible_drainer": {
"key": "contract_possible_drainer",
"name": "Centralized Risk High",
"description": "Our detectors have found that this smart contract has exploitable logic that can be used to drain funds. This is a serious risk and you should avoid interacting with this contract.",
"tags": { "centralized_risk_high": true }
}
}
List of analyses associated with the contract
{
"address_characteristics": {
"key": "address_characteristics",
"name": "Wallet Characteristics",
"description": "This address may have risk factors related to address age, number of transactions, or balance.",
"tags": { "insufficient_wallet_age": true }
}
}
Token metadata information including name, symbol, links, and other details
Source code analysis result if available. May be an analysis payload, an error, or an informational message.
List of similar/related contracts discovered during checksum comparison
Static analysis job status
"STARTED"
Type of analysis performed
"STATIC"
Information about the contract deployer and its risk assessment (only returned when deployer_risk=true)