_rex2024-01-05 12:03 PM
    Updated 2024-01-05
    select
    *
    from
    aurora.core.fact_logs
    where
    block_timestamp > current_date() - interval '1 WEEK'
    and ORIGIN_TO_ADDRESS = lower('0x534BACf1126f60EA513F796a3377ff432BE62cf9')
    limit
    10
    QueryRunArchived: QueryRun has been archived