Advanced
Example Block Functions
Block functions are JavaScript transformation functions that enable you to filter the data included in a stream. This page outlines some example functions to illustrate how you can improve efficiency by streaming only the data that you require.
Stream specific values
This example function specifies that Project Zero only streams the following for each block:
- The block number, as an integer
- The timestamp, as a human-readable string
- The hash
- The previous hash
The following files show example data for three blocks and demonstrate how this function transforms that data:
Stream specific log events
This example function specifies that Project Zero only streams logs for the following events on the Uniswap V3 protocol:
- Swap
- Mint
- Burn
- Flash
- Collect
In this second example, the following files show example data for three blocks and demonstrate how this function transforms that data: