Output
google.protobuf.Any

Package ref
baseapp-fees@v1.0.2Run package
CLI
Run map_fee_events from the command line.
substreams run baseapp-fees@v1.0.2 map_fee_events --start-block -1substreams auth or directly on thegraph.market (see docs).README
A high-performance Substreams project for tracking fee events from multiple paymaster contracts on the Base network.
0x00000f79b7faf42eebadba19acc07cd08af447890x00000f7365ca6c59a2c93719ad53d567ed49c14c0x000000f6faeda8f7bfa1a8589b4b6e2d71c37592cargo install substreamscargo build --release# Stream with GUI
substreams gui baseapp_fees@v1.0.1
# Run from command line (Base mainnet)
substreams run -e base-mainnet.streamingfast.io:443 baseapp_fees@v1.0.1 map_fee_events --start-block 31229579 --stop-block +1
# Test with authentication (get API key from https://substreams.dev)
substreams run -e base-mainnet.streamingfast.io:443 substreams.yaml map_fee_events --start-block 31229579 --stop-block +1
The Substreams monitors these critical fee events:
This Substreams is optimized for high-throughput fee tracking with:
src/lib.rs - Core fee tracking logicsubstreams.yaml - Substreams manifest with Base logoCargo.toml - Rust dependenciestarget/wasm32-unknown-unknown/release/substreams.wasm - Compiled WASM binaryPublished to Substreams Registry: https://substreams.dev/packages/baseapp-fees/v1.0.1
BaseApp Fees is specifically designed for Base network fee monitoring with:
This Substreams is configured for Base mainnet (Chain ID: 8453) and uses the StreamingFast endpoint for optimal performance.
Modules
Output
google.protobuf.Any