Create a stream containing all transfers for stablecoins
address
as a column which may not be needed, given there’s only one address in the filter. To remove this column, you can add a transform to filter it out.
+ New Pipeline
button. Select the ERC-20 Transfers
dataset as the source, and a filter to only include transfers for the stablecoin contracts of interest.
address
column from the output.
in ()
filter to include multiple stablecoin contracts rather than only one.
address
which can be used in the downstream sink to filter or aggregate against a specific stablecoin, though for ease of use you might prefer to add a transformation that adds in the stablecoin symbol as a column.
union all
to combine the sources.
address
column in the sink for better inspection.
in ()
filter and case when
logic in the transform to add a symbol
column.