andreafiandro2023-11-17 05:02 PM
    Updated 2023-11-17
    select *
    from
    ethereum.core.ez_eth_transfers
    where
    ORIGIN_TO_ADDRESS in (
    '0x32400084c286cf3e17e7b677ea9583e60a000324' -- Bridge ETH


    )
    and ORIGIN_FUNCTION_SIGNATURE in (
    '0x6c0960f9'
    -- 0x6c0960f9
    ) -- Deposit ETH
    LIMIT 10
    Run a query to Download Data