Solidity Analyzer

Analyze your Solidity smart contracts with a powerful AST-based analysis tool. Get detailed insights into state variables, functions, call graphs, and more.

State Variables

List all state variables with their types, visibility, and modifiers (constant, immutable).

Function Analysis

View all functions with visibility, state mutability, modifiers, parameters, and return types.

Read/Write Detection

Detect which functions read or write which state variables for better understanding of data flow.

Call Graph

Build a complete call graph showing which functions call which other functions.

Parameter Impact

Compute parameter change impact maps to see how inputs affect state variables.

Storage Writes

Detect all storage writes caused by function calls for gas optimization analysis.