shadilTotal ETH bridge transactions form Ethereum to Optimism
    Updated 2022-09-14
    select count(distinct tx_hash) as total_transactions
    from ethereum.core.ez_eth_transfers
    where block_timestamp >= '2022-01-01'
    and origin_to_address ilike lower('%0X99C9FC46F92E8A1C0DEC1B1747D010903E884BE1%')
    Run a query to Download Data