0-MIDtotal eth transfer
    Updated 2023-04-13
    select sum(RAW_AMOUNT)/1e18 as eth_transfer_volume
    from optimism.core.fact_token_transfers
    where ORIGIN_TO_ADDRESS='0xb49c4e680174e331cb0a7ff3ab58afc9738d5f8b'
    and ORIGIN_FUNCTION_SIGNATURE='0x1114cd2a'

    Run a query to Download Data