You're viewing a demo portfolio

Join the waitlist
PRSM

decode_tx

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gulltoppr

https://github.com/portdeveloper/gulltoppr

2/7 registries
View full server →