khanhAll ETH amount that bridged from Ethereum to Optimism
    Updated 2022-09-15
    SELECT SUM(AMOUNT) as "Total Volume"
    FROM ethereum.core.ez_eth_transfers
    WHERE ORIGIN_TO_ADDRESS = '0x99c9fc46f92e8a1c0dec1b1747d010903e884be1'
    Run a query to Download Data