rackhaelSudoswap metrics
    Updated 2022-10-08
    select count(distinct tx_hash) as Total_sales,
    count(distinct buyer_address) as Unique_buyers,
    count(distinct seller_address) as Unique_sellers,
    count(distinct project_name) as Unique_NFT_projects,
    sum(tx_fee) as Fees_USD
    from ethereum.core.ez_nft_sales
    where platform_name = 'sudoswap'
    Run a query to Download Data