All packages
starknet-usdc

starknet-usdc

streamingfast
v0.1.0/2 downloads

Package ref

starknet-usdc@v0.1.0

Run package

CLI

Run map_usdc_events from the command line.

substreams run starknet-usdc@v0.1.0 map_usdc_events -e starknet-mainnet --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

Modules

Execution graph

4 modules
Show 3 dependencies
map

starknet:all_transactions

`all_transaction` reads from the `sf.starknet.type.v1.Block` source and outputs a list of all transactions in the block.

Output

sf.substreams.starknet.type.v1.Transactions

map

starknet:filtered_transactions

`filtered_transactions` reads from `all_transactions` and applies a filter on keys, only outputting the transactions that match the filter. Example usage: `(tx:class_hash:0x0000000 && rc:type:0)`

Output

sf.substreams.starknet.type.v1.Transactions

blockIndex

starknet:index_transactions

`index_events` sets the keys corresponding to all event 'types' and 'attribute keys' in the block

Output

sf.substreams.index.v1.Keys