freemartianBridge Back ETH from Optimism to L1
    Updated 2023-06-22


    select count(distinct eth_to_address) as receiver, sum(amount) as "ETH Amount", date_trunc('day', block_timestamp::date) as TIME
    from ethereum.core.ez_eth_transfers
    where origin_to_address = '0x25ace71c97b33cc4729cf772ae268934f7ab5fa1'
    and block_timestamp > CURRENT_DATE - 60
    group by TIME

    Run a query to Download Data