shadilTotal Volume of bridges
    Updated 2022-09-14
    select sum(amount) as total_volume
    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