0-MIDtotal eth lp , total lpers
    Updated 2023-04-12
    select sum(RAW_AMOUNT)/1e18 as eth_lp_amount,count(distinct ORIGIN_FROM_ADDRESS)as liq_providers
    from optimism.core.fact_token_transfers
    where ORIGIN_FUNCTION_SIGNATURE='0xed995307'
    and ORIGIN_TO_ADDRESS='0xb49c4e680174e331cb0a7ff3ab58afc9738d5f8b'
    and CONTRACT_ADDRESS='0xb69c8cbcd90a39d8d3d3ccf0a3e968511c3856a0'


    Run a query to Download Data