sarathp_unkcrypto1
    Updated 2022-08-30


    SELECT project_name, COUNT(DISTINCT tokenid) as tokens
    FROM ethereum.core.ez_nft_transfers
    WHERE project_name in ('cryptopunks',' wrapped cryptopunks')
    GROUP by 1
    order by tokens desc
    limit 100

    Run a query to Download Data