moshuiyun2023-09-05 05:14 PM
    Updated 2023-09-12
    select
    block_number,
    block_timestamp,
    from_address,
    to_address,
    eth_value,
    tx_hash,
    type
    from
    ethereum.core.fact_traces
    where
    block_timestamp >= '2023-7-1'
    AND (
    from_address = '0xcb3702bc25b0f284b032e5edf1a1ebea2fe43255'
    OR from_address = '0x0000e0ca771e21bd00057f54a68c30d400000000'
    )
    AND eth_value > 0 --'0x965df5ff6116c395187e288e5c87fb96cfb8141c'
    Run a query to Download Data