1s_tx_receipt
Retrieve transaction receipt details including status, gas used, logs, and contract address for deployments.
Instructions
Get a transaction receipt via RPC. Returns status (1=success, 0=revert), gas used, logs, and contract address if deployment. Use 1s_tx_details_live for both transaction data and receipt together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Transaction hash (0x...) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |