takamoriUntitled Query
    Updated 2023-01-13
    select date(block_timestamp), max(price)

    from ethereum.core.ez_nft_sales where nft_address = '0x79fcdef22feed20eddacbb2587640e45491b757f' and tokenid not in (8551, 8718)

    group by 1

    order by 1 desc
    Run a query to Download Data