moshuiyun2023-03-29 12:04 PM
    Updated 2023-04-01
    select
    tx_hash,
    block_number,
    block_timestamp,
    from_address,
    to_address,
    eth_value,
    gas,
    gas_used,
    type,
    identifier,
    tx_status,
    sub_traces
    from
    ethereum.core.fact_traces
    where
    block_number >= 16946287
    --and block_number < 16877695
    and to_address = '0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45'--'0xef1c6e67703c7bd7107eed8303fbe6ec2554bf6b'
    order by
    block_number
    Run a query to Download Data