Afonso_Diazgrouping txns
    Updated 2024-10-26
    with

    stablecoins as (
    select
    '0x4621b7a9c75199271f773ebd9a499dbd165c3191' as token_address

    union all

    select
    '0xb79dd08ea68a908a97220c76d19a6aa9cbde4376' as token_address

    union all

    select
    '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913' as token_address

    union all

    select
    '0x50c5725949a6f0c72e6c4a641f24049a917db0cb' as token_address

    union all

    select
    '0x4a3a6dd60a34bb2aba60d73b4c88315e9ceb6a3d' as token_address

    union all

    select
    '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca' as token_address
    ),

    swaps as (
    select
    tx_hash,
    block_timestamp,
    QueryRunArchived: QueryRun has been archived