ben-wyattinvestigate-arbitrum
    Updated 2025-01-27
    -- conclusion: there are like 10 transactions that are too weird. excluding them
    SELECT *
    FROM
    arbitrum.core.fact_transactions
    WHERE
    block_timestamp BETWEEN '2022-01-01' AND '2024-12-31 23:59:59' AND
    value > 1e14
    limit 20
    QueryRunArchived: QueryRun has been archived