Package Logo
ethereum_explorer
ethereum-explorer@v0.1.2
README

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

)
Documentation
Modules
Maps icon
Maps

map
map_block_meta

d35406b647b264577e288fdbc0b90aec9f67c5b9
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.2 map_block_meta

map
map_block_full

0e947e9fdd4af3c137ff850907b090aa12b469bb

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

substreams gui ethereum-explorer@v0.1.2 map_block_full

map
map_filter_transactions

fc6eeaab7e962cd4577279bd3236ed5f986ef3a2
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.2 map_filter_transactions

map
map_contract_events

d87a29af7abc907236a429fb51ed36767806b277
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.2 map_contract_events
Protobuf

Protobuf Docs Explorer

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