Alir3zaUntitled Query
    Updated 2022-11-23
    SELECT DISTINCT SELLER_ADDRESS, count(tx_hash) as trades
    from ethereum.core.ez_nft_sales
    where NFT_ADDRESS = '0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205'
    GROUP by 1
    order by 2 desc
    limit 5
    Run a query to Download Data