chaoslabspyth copy
    SELECT
    *
    FROM solana.core.fact_events
    WHERE LOWER(program_id) = LOWER('EXxqB6XPLczReFcZyigfbdowB6WGYtnkLYC4XZ2ae9ch')
    AND SUCCEEDED
    LIMIT 10; -- Limit the number of transactions here

    Run a query to Download Data