gokcinv3.3
    Updated 2022-11-03
    select COUNT(*) as sell,
    SELLER_ADDRESS
    from ethereum.core.ez_nft_sales

    where NFT_ADDRESS = lower ('0x60bb1e2AA1c9ACAfB4d34F71585D7e959f387769') and price_usd > 0
    group by 2 HAVING SELLER_ADDRESS not like '0x0000000000000000000000000000000000000000'
    order by 1 DESC
    limit 10
    Run a query to Download Data