Decode ABI-encoded hex calldata back into structured values. Use the same parameter list and order that was used for encoding.
[
{
"index": 1,
"name": "recipient",
"type": "address",
"value": "0x000000000000000000000000000000000000dEaD"
},
{
"index": 2,
"name": "amount",
"type": "uint256",
"value": "1000000000000000000"
},
{
"index": 3,
"name": "message",
"type": "string",
"value": "Hello from A Tool For"
}
]