theericstonenft platform summary
    Updated 2022-09-29
    select
    platform_name,
    distinct(count(tx_hash)) as n_sales
    from
    ethereum.core.ez_nft_sales
    group by platform_name order by n_sales desc;
    Run a query to Download Data