2844Untitled Query
    Updated 2022-06-16
    select *
    -- date_trunc('day',BLOCK_TIMESTAMP) as dte,
    -- count (distinct to_ADDRESS) as "unique wallets"
    from flipside_prod_db.ethereum.transactions
    where TX_ID =lower ('0x83463675a6ff345f911e8773df4772027c5e3aa2e5b3b745ea2347f0c8bbbca7')
    -- and dte>='2022-04-14' and dte<'2022-06-15'
    --GROUP by dte
    --order by dte desc
    limit 10

    Run a query to Download Data