peiw-ethLil Nouns Price
    Updated 2022-07-06
    select block_timestamp::date as date,
    avg(price) as price_eth_avg,
    avg(price_usd) as price_usd_avg
    from ethereum.core.ez_nft_sales
    where nft_address = '0x4b10701bfd7bfedc47d50562b76b436fbb5bdb3b'
    group by 1
    order by 1
    Run a query to Download Data