Package Logo
eth_invoice_substreams
eth_invoice_substreams@v0.1.0
Total Downloads
8
Published
3 days ago
Publisher
User Avatar JoE11-y

Readme

eth_invoice_substreams 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:

  • invoice_contract at 0x800ec0d65adb70f0b69b7db052c6bd89c2406ace

map_events

This module gets you only events that matched.

Documentation

Modules

Maps icon
Maps

map
map_invoice_contract_events

7c743f0027b14ca372a137108a79fd413b25d51c
map map_invoice_contract_events (
paramsstring
blocksf.ethereum.type.v2.Block
)  -> invoice_contract.v1.RemittanceEvents
Default param : 0x1f98431c8ad98523631ae4a59f267346ea31f984
substreams gui eth-invoice-substreams@v0.1.0 map_invoice_contract_events

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 eth-invoice-substreams@v0.1.0 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 eth-invoice-substreams@v0.1.0 ethcommon:index_events
Protobuf

Protobuf Docs Explorer

invoice_contract.v1
sf.ethereum.type.v2
sf.ethereum.substreams.v1