Skip to main content

Module tx

Module tx 

Source
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;

Modules§

addresses
Known Ethereum address database
analyzer
Transaction analyzer
flow
Token flow analysis
types
Transaction analysis types