Updated 2023-10-17
    SELECT
    *
    FROM
    aurora.core.fact_transactions t
    WHERE
    t.from_address = '0xeda09efb6051c7635dda8393f46cc05fa10b24be'
    OR t.to_address = '0xeda09efb6051c7635dda8393f46cc05fa10b24be'
    ORDER BY
    t.nonce DESC
    LIMIT 5
    OFFSET 0
    Run a query to Download Data