kentogrieving-pink
    Updated 2024-11-01
    SELECT
    SUM(TRANSACTION_COUNT) AS total_transactions
    FROM sei.stats.ez_core_metrics_hourly
    WHERE BLOCK_TIMESTAMP_HOUR >= '2024-10-01'
    AND BLOCK_TIMESTAMP_HOUR < '2024-11-01';


    QueryRunArchived: QueryRun has been archived