Filter Transactions
Running the Substreams
substreams buildsubstreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml map_filter_transactions --start-block 17712038 --stop-block +3...output omitted...
----------- BLOCK #17,712,038 (b96fc7e71c0daf69b19211c45fbb5c201f4356fb2b5607500b7d88d298599f5b) ---------------
{
"@module": "map_filter_transactions",
"@block": 17712038,
"@type": "eth.transaction.v1.Transactions",
"@data": {
"transactions": [
{
"from": "b6692f7ae54e89da0269c1bfd685ccdfd41d2bf7",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "933b74565234ac9ca8389f7a49fad80099abf1be77e4bef5af69ade30127f30e"
},
...output omitted...
{
"from": "4c8e30406f5dbedfaa18cb6b9d0484cd5390490a",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "558031630b43c8c61e36d742a779f967f3f0102fa290111f6f6f9c2acaadf3ea"
}
]
}
}
----------- BLOCK #17,712,039 (1385f853d28b16ad7ebc5d51b6f2ef6d43df4b57bd4c6fe4ef8ccb6f266d8b91) ---------------
{
"@module": "map_filter_transactions",
"@block": 17712039,
"@type": "eth.transaction.v1.Transactions",
"@data": {
"transactions": [
{
"from": "75e89d5979e4f6fba9f97c104c2f0afb3f1dcb88",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "43e0e1b6315c4cc1608d876f98c9bbf09f2a25404aabaeac045b5cc852df0e85"
},
...output omitted...
{
"from": "e41febca31f997718d2ddf6b21b9710c5c7a3425",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "45c03fcbefcce9920806dcd7d638cef262ad405f8beae383fbc2695ad4bc9b1b"
}
]
}
}
----------- BLOCK #17,712,040 (31ad07fed936990d3c75314589b15cbdec91e4cc53a984a43de622b314c38d0b) ---------------
{
"@module": "map_filter_transactions",
"@block": 17712040,
"@type": "eth.transaction.v1.Transactions",
"@data": {
"transactions": [
{
"from": "48c04ed5691981c42154c6167398f95e8f38a7ff",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "137799eea9fa8ae410c913e16ebc5cc8a01352a638f3ce6f3f29a283ad918987"
},
...output omitted...
{
"from": "f89d7b9c864f589bbf53a82105107622b35eaa40",
"to": "dac17f958d2ee523a2206206994597c13d831ec7",
"hash": "0544143b459969c9ed36741533fba70d6ea7069f156d2019d5362c06bf8d887f"
}
]
}
}
all doneApplying Filters
Inspecting the Code
Last updated
Was this helpful?

