Safe MCP Server

decodeTransactionData

Decode transaction data in hex format for Safe smart contract wallets using the Safe API. Optionally specify the contract address to enhance decoding accuracy.

Instructions

Decode transaction data using Safe API

Input Schema

NameRequiredDescriptionDefault
dataYesTransaction data in hex format
toNoOptional contract address

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Transaction data in hex format", "type": "string" }, "to": { "description": "Optional contract address", "type": "string" } }, "required": [ "data" ], "type": "object" }

You must be authenticated.

Other Tools from Safe MCP Server

Related Tools

ID: 764w75qinj