misaghlbUntitled Query
    Updated 2022-06-29
    select *
    -- 'Across' as bridge,
    -- block_timestamp as time_stamp,
    -- (AMOUNT) as eth_transfer,
    -- ORIGIN_FROM_ADDRESS as wallet,
    -- TX_HASH
    from arbitrum.core.ez_eth_transfers
    -- where ETH_TO_ADDRESS = '0xb88690461ddbab6f04dfad7df66b7725942feb9c'
    where tx_hash = '0xbb80fe895648c056ef51e61062d8b302421944acbfc98b03cb91409064edaaad'
    limit 10
    Run a query to Download Data