Chuqs_emxtx2024-06-05 05:08 PM
    Updated 2024-07-24
    SELECT count (Tx_id) as transactioncount
    from flow.nft.ez_nft_sales
    WHERE block_timestamp >= '2024-01-01'
    and tx_succeeded = 'true'
    QueryRunArchived: QueryRun has been archived