Detecting Common Vulns
Balance Extraction
Confidence: 100%
Detect whether the attackers can steal ETH / native tokens from the contract.
Example:
Token Extraction
Confidence: 100%
Detect whether the attackers can steal ERC20 / ERC721 tokens from the contract, determined by the positive earnings of the attackers. The earning is calculated by liquidating the token on related Uniswap V2 pairs.
Example:
Uniswap Pair Issues
Confidence: Medium
Identify misuse of Uniswap pair that could lead to price manipulation attacks.
Example:
Arbitrary Selfdestruct
Confidence: 100%
Detect whether the contract can be selfdestructed by anyone.
Example:
Integer Overflow / Underflow
Confidence: Low
Detect whether the contract add / multiply / subtract leading to overflow and underflow.
Example:
Last updated