ELAYTotal USDC amount ( bridged from Optimism to Ethereum )
    Updated 2022-09-14
    SELECT
    sum(amount)
    FROM ethereum.core.ez_token_transfers
    WHERE ORIGIN_TO_ADDRESS = '0x25ace71c97b33cc4729cf772ae268934f7ab5fa1'
    and symbol = 'USDC'
    Run a query to Download Data