Updated 2025-02-27
    SELECT
    COUNT(tx_hash) AS total_contract_transactions
    FROM MONAD.testnet.fact_transactions
    WHERE to_address IN (SELECT address FROM MONAD.testnet.dim_contracts)
    AND block_timestamp >= '2025-02-19 15:00:00.000';

    Last run: 22 days ago
    TOTAL_CONTRACT_TRANSACTIONS
    1
    60867107
    1
    12B
    4s