Expand description
Transaction analysis module
Provides tools for analyzing Ethereum transactions, including:
- Fetching transaction data and receipts
- Decoding events with known signatures
- Labeling known contracts and tokens
- Tracking token flows
Re-exports§
pub use analyzer::format_analysis;pub use analyzer::TxAnalyzer;pub use types::AnalyzedEvent;pub use types::ContractInfo;pub use types::TokenFlow;pub use types::TransactionAnalysis;