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