Package Logo
sm_eth_explorer
sm-eth-explorer@v0.1.2
Total Downloads
84
Published
yesterday
Network
mainnet mainnet
Publisher
User Avatar dicksonoche

Readme

Documentation

Modules

Maps icon
Maps

map
map_my_data

dcf76137409f712885540adec46bdac3e60d3abe
map map_my_data (
blocksf.ethereum.type.v2.Block
)  -> mydata.v1.MyData
substreams gui sm-eth-explorer@v0.1.2 map_my_data

map
sm_eth:map_block_meta

d35406b647b264577e288fdbc0b90aec9f67c5b9
map sm_eth:map_block_meta (
)  -> eth.block_meta.v1.BlockMeta

map_block_meta allows you to view a basic information about a block

substreams gui sm-eth-explorer@v0.1.2 sm_eth:map_block_meta

map
sm_eth:map_block_full

0e947e9fdd4af3c137ff850907b090aa12b469bb
map sm_eth:map_block_full (
)  -> sf.ethereum.type.v2.Block

map_block_full allows you to view a complete block, as received by a Substreams module

substreams gui sm-eth-explorer@v0.1.2 sm_eth:map_block_full

map
sm_eth:map_filter_transactions

fc6eeaab7e962cd4577279bd3236ed5f986ef3a2
map sm_eth:map_filter_transactions (
paramsstring
)  -> eth.transaction.v1.Transactions
Default param : to=0xdAC17F958D2ee523a2206206994597C13D831ec7

map_filter_transaction allows you to find a transaction by specifying either to or from value in the parameters. You might need to scope your search to the blocks you know you are going to find that transaction. Check with your preferred block explorer first.

substreams gui sm-eth-explorer@v0.1.2 sm_eth:map_filter_transactions

map
sm_eth:map_contract_events

d87a29af7abc907236a429fb51ed36767806b277
map sm_eth:map_contract_events (
paramsstring
)  -> eth.event.v1.Events
Default param : 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d

map_contract_events allows you to get instructions executed by a certain contract, and returns the raw Event data model.

substreams gui sm-eth-explorer@v0.1.2 sm_eth:map_contract_events
Protobuf

Protobuf Docs Explorer

sf.ethereum.type.v2
eth.block_meta.v1
sf.ethereum.substreams.v1
mydata.v1
eth.transaction.v1
eth.event.v1