Kruys-Collinsblind-white copy
    Updated 2024-10-16
    -- forked from modestus50 / blind-white @ https://flipsidecrypto.xyz/modestus50/q/effUzHuzpEFo/blind-white

    SELECT *
    -- DATE_TRUNC ('hour', block_timestamp) AS time,
    -- tx_hash,
    -- origin_from_address,
    -- origin_to_address,
    -- amount_in_usd
    FROM ethereum.defi.ez_dex_swaps
    WHERE CONTRACT_ADDRESS = lower('0xC23588834D97647F30544dF720cb9455867e4823')
    ORDER BY 1 ASC
    LIMIT 100;


    QueryRunArchived: QueryRun has been archived