トランザクションを読む
read_transactionRetrieve transaction details with receipt by hash. Returns sender, recipient, amount, gas, actual fees, status, and readable function selector from calldata for any mainnet or testnet address.
Instructions
トランザクションと領収書 (receipt) を突き合わせて、送信者・宛先・送金額・ガス・実際に払った手数料・成否・calldata の関数セレクタを人間が読める形で返す。Etherscan の画面を読むのと同じ作業。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | 0x から始まる 32 バイトのトランザクションハッシュ | |
| network | No | 対象ネットワーク。mainnet / sepolia / holesky / local か http(s) の URL。既定は mainnet |