Ethereum Input Data Decoder - Mini SC
ABI
[ { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "getPerson", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "_person", "type": "string" } ], "name": "setPerson", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]
Input Data
Decode
Output