Package Logo
ethereum_explorer
ethereum-explorer@v0.1.0
README

This packages holds simple modules to allow you to explore the Ethereum data model.

)
Documentation
Modules
Maps icon
Maps

map
map_block_meta

adf46ca0230d98ed35cd2723c64056d80cfb7cf4
map map_block_meta (
blocksf.ethereum.type.v2.Block
)  -> eth.block_meta.v1.BlockMeta

map_block_meta allows you to view a basic information about a block

substreams gui ethereum-explorer@v0.1.0 map_block_meta

map
map_block_full

d5e6d3b3b27a1bc8aa17d7f1ef1046b7a1a06554

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

substreams gui ethereum-explorer@v0.1.0 map_block_full

map
map_filter_transactions

ea3d24eaf4c17a8d764076e099cf8c4c5dbeb4bc
map 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 ethereum-explorer@v0.1.0 map_filter_transactions

map
map_contract_events

597469efabd001490dac96dba67194e2d1fa5b30
map 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 ethereum-explorer@v0.1.0 map_contract_events
Protobuf

Protobuf Docs Explorer

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