LittlerDataFTX Ethereum Hack
    Updated 2022-11-18
    select
    block_timestamp
    ,case
    when origin_from_address = '0x7abe0ce388281d2acf297cb089caef3819b13448' then 'FTX US'
    when origin_from_address = '0x2faf487a4414fe77e2327f0bf4ae2a264a776ad2' then 'FTX Exchange'
    end as Platform
    ,origin_to_address
    ,amount
    ,amount_usd
    ,tx_hash
    from ethereum.core.ez_eth_transfers
    where tx_hash in ('0x6580bf69c1ee28a1d8a4dec9b949272a449b1c58d91e6692ef34d9ea40fd9653', '0x9c9065a994e2c9dfb21c9c853ea9cf6b7b1829a8bd2258058d80161847f8000e')
    Run a query to Download Data