MLDZMNtest
Updated 2024-05-01
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
Block_timestamp::date as day,
round(min(price_usd), 2) as "Floor price USD"
from
base.nft.ez_nft_sales
where
PROJECT_NAME is not null
and Block_timestamp >= '2024-01-01'
and PROJECT_NAME = 'RICH RAT-HAMSTERS'
group by 1
order by 1 desc
QueryRunArchived: QueryRun has been archived