Fetch semantic trace data for an Ethereum transaction and generate a self-contained HTML page that visually explains every internal call, token movement, and DeFi action that occurred.
Fetch the trace tree JSON using the transaction hash from $ARGUMENTS:
Save the JSON output to a temp file for processing. If the request fails (API unreachable, invalid hash), tell the user and stop.
의미 추적 데이터를 가져오고 시각적 HTML 설명을 생성하여 Ethereum 트랜잭션을 분석합니다. 사용자가 트랜잭션 해시를 제공하거나, 트랜잭션 분석을 요청하거나, tx에서 발생한 일을 이해하고 싶거나, 내부 호출, 토큰 전송, 스왑 또는 트랜잭션 내 온체인 활동에 대해 문의할 때마다 이 기술을 사용하세요. "이 tx 스캔", "이 거래에서 발생한 일", "이 tx 추적", "이 거래 설명" 또는 0x 접두사가 붙은 66자 해시와 같은 문구를 트리거합니다. 출처: matrooslabs/etheragent.