mevlog 0.9.0

EVM transactions monitoring and querying CLI/TUI powered by Revm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod args_parsing;
pub mod coinbase_bribe;
pub mod config;
pub mod data_fetch;
pub mod database;
pub mod db_actions;
pub mod ens_utils;
pub mod eth_unit_parser;
#[cfg(feature = "tui")]
pub mod opcode_color;
pub mod parquet_utils;
pub mod revm_tracing;
pub mod rpc_capability;
pub mod rpc_tracing;
pub mod rpc_urls;
pub mod shared_init;
pub mod symbol_utils;
pub mod utils;