shadilTotal volume of bridges
    Updated 2022-09-14
    select sum(amount) as total_volume
    from ethereum.core.ez_token_transfers
    where block_timestamp >= '2022-01-01'
    and symbol in ('USDT')
    and to_address ilike lower('%0X99C9FC46F92E8A1C0DEC1B1747D010903E884BE1%')
    Run a query to Download Data