Updated 2023-02-03
    select
    eth_value,
    identifier
    from ethereum.core.fact_traces
    where tx_hash = '0x81d4b35b512ee5239bc071d6270ef1245bb6e4d2c606ccc1f35a77bd303ff4a3'
    and identifier != 'CALL_ORIGIN'
    and eth_value > 0
    Run a query to Download Data