KuramaDope - 4. Daily gear floor
    Updated 2022-10-05
    select to_date(block_timestamp) as date, percentile_cont(.333) within group (order by price) as "Floor (Approx)" from optimism.core.ez_nft_sales
    where nft_address = '0x0e55e1913c50e015e0f60386ff56a4bfb00d7110' -- hustlers gear
    and currency_symbol = 'ETH'
    group by date

    Run a query to Download Data