decode_tx
ActiveTool of gulltoppr
declared in 0.1.2
Decode what a transaction did: decoded calldata (and trace when available), via heimdall.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"chain",
"tx_hash"
],
"properties": {
"chain": {
"type": "string",
"description": "Chain alias (\"ethereum\", \"base\", \"optimism\", \"arbitrum\", \"polygon\", \"local\") or numeric chain id."
},
"rpc_url": {
"type": "string",
"description": "Override RPC URL. Required for chains with no default (e.g. local/31337)."
},
"tx_hash": {
"type": "string",
"description": "0x… transaction hash."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gulltoppr
https://github.com/portdeveloper/gulltoppr
2/7 registries