adambalamost active sellers for veNFT
    Updated 2022-09-02
    SELECT
    count(distinct TX_HASH ) as txs , SELLER_ADDRESS AS ADDRESS ,'SELLER for veNFT' AS TITLE
    FROM optimism.core.ez_nft_sales
    WHERE platform_name = 'quixotic' and EVENT_TYPE = 'sale' and CURRENCY_SYMBOL = 'ETH'and NFT_ADDRESS='0x9c7305eb78a432ced5c4d14cac27e8ed569a2e26'
    group by 2,3 order by 1 desc limit 5

    Run a query to Download Data