Analyze your Solidity smart contracts with a powerful AST-based analysis tool. Get detailed insights into state variables, functions, call graphs, and more.
List all state variables with their types, visibility, and modifiers (constant, immutable).
View all functions with visibility, state mutability, modifiers, parameters, and return types.
Detect which functions read or write which state variables for better understanding of data flow.
Build a complete call graph showing which functions call which other functions.
Compute parameter change impact maps to see how inputs affect state variables.
Detect all storage writes caused by function calls for gas optimization analysis.