Crate construstor

Source
Expand description

§Construstor - Smart Contract Constructor and Initialize Function Analyzer

A library for analyzing Solidity smart contracts to detect zero address validation patterns in constructors and initialize functions.

Re-exports§

pub use analyzer::ConstructorAnalyzer;
pub use cli::CliConfig;
pub use printer::ResultPrinter;
pub use types::*;

Modules§

analyzer
Core analysis functionality for detecting zero address validation patterns
cli
CLI module for handling command-line arguments
printer
Pretty printing functionality for analysis results
types
Types and data structures used throughout the application

Functions§

run
Main application logic