All packages
arbitrum-sepolia-orderbook

arbitrum-sepolia-orderbook

SC4RECOIN
v0.1.1/15 downloads/Repository

Package ref

arbitrum-sepolia-orderbook@v0.1.1

Run package

CLI

Run map_evm_events from the command line.

substreams run arbitrum-sepolia-orderbook@v0.1.1 map_evm_events -e arbitrum-sepolia --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

Modules

Execution graph

3 modules
Show 2 dependencies
map

ethcommon:all_events

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

Output

sf.substreams.ethereum.v1.Events

blockIndex

ethcommon:index_events

`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)

Output

sf.substreams.index.v1.Keys