winnie-fs2023-03-21 01:02 PM
    Updated 2023-03-21
    select project_name, count (*) as count
    from ethereum.core.ez_nft_mints
    where block_timestamp > '2023-01-01'
    group by 1
    limit 10
    Run a query to Download Data