[ { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "feedbackList", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "getFeedback", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "feedback", "type": "string" } ], "name": "submitFeedback", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]