shadilTotal number of bridges
    Updated 2022-09-14
    select count(distinct tx_hash) as total_transactions
    from ethereum.core.ez_token_transfers
    where block_timestamp >= '2022-01-01'
    and symbol in ('USDT')
    and origin_to_address ilike lower('%0X25ACE71C97B33CC4729CF772AE268934F7AB5FA1%')
    Run a query to Download Data