Package Logo
fdf
fdf@v0.1.4
Total Downloads
31
Published
5 days ago
Network
base base
Publisher
User Avatar EclipseHW

Readme

fdf Substreams modules

This package was initialized via substreams init, using the evm-events-calls template.

Usage

substreams build
substreams auth
substreams gui       			  # Get streaming!

Optionally, you can publish your Substreams to the Substreams Registry.

substreams registry login         # Login to substreams.dev
substreams registry publish       # Publish your Substreams to substreams.dev

Modules

All of these modules produce data filtered by these contracts:

  • usdc at 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
  • erc1155 at 0x71c8b0c5148edb0399d1edf9bf0c8c81dea16918

map_events

This module gets you only events that matched.

Documentation

Modules

Maps icon
Maps

map
map_events

c715362f016bed784bb859008a409255ade8b0cc
map map_events (
blocksf.ethereum.type.v2.Block
)  -> contract.v1.Events
substreams gui fdf@v0.1.4 map_events

map
map_trades

18c280349ed1daef65c74733186e129096a49a72
map map_trades (
)  -> contract.v1.Trades
substreams gui fdf@v0.1.4 map_trades

map
ethcommon:all_events

963652a247fd23d0823dde62d21ae54c783b6073
map ethcommon:all_events (
)  -> sf.substreams.ethereum.v1.Events

all_events gives you all the events in a block (from successful transactions), with basic block hash/number/timestamp and transaction hash

substreams gui fdf@v0.1.4 ethcommon:all_events
Block Indexes icon
Block Indexes

blockIndex
ethcommon:index_events

87255243f80f5d4755cd826ec57bf70696a4d7b6

index_events sets the following keys on the block:

  • Event signatures evt_sig:0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef (signature in hex, prefixed by 0x)
  • Event address evt_addr:0x0123456789abcdef0123456789abcdef01234567 (address in hex, prefixed by 0x)
substreams gui fdf@v0.1.4 ethcommon:index_events
Protobuf

Protobuf Docs Explorer

sf.ethereum.type.v2
sf.ethereum.substreams.v1
contract.v1