contract test { function f(uint k) public returns (uint) { return k; } } // ---- // :test // [ // { // "inputs": // [ // { // "internalType": "uint256", // "name": "k", // "type": "uint256" // } // ], // "name": "f", // "outputs": // [ // { // "internalType": "uint256", // "name": "", // "type": "uint256" // } // ], // "stateMutability": "nonpayable", // "type": "function" // } // ]