raho[WIP] ShapeShift
    Updated 2023-01-25
    select
    block_timestamp,
    from_address,
    to_address,
    symbol,
    amount,
    amount_usd,
    contract_address,
    tx_hash
    from ethereum.core.ez_token_transfers
    where from_address = '0x90a48d5cf7343b08da12e067680b4c6dbfe551be'
    and to_address = '0xcd18eaa163733da39c232722cbc4e8940b1d8888'
    order by block_timestamp desc
    Run a query to Download Data