evm_gettransactionverbose
Retrieve ABI-decoded transaction details and internal transactions using a transaction hash to analyze blockchain activity.
Instructions
Get the ABI-decoded contents of a transaction by the given transaction hash.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | The chain to query | eth |
| transaction_hash | Yes | The transaction hash | |
| include | No | If the result should contain the internal transactions. |