UNPKG

jcc-solidity-utils

Version:
174 lines 4.77 kB
{ "contractName": "IJccMoacAlarmCallback", "abi": [ { "constant": false, "inputs": [], "name": "jccMoacAlarmCallback", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" } ], "metadata": "", "bytecode": "0x", "deployedBytecode": "0x", "sourceMap": "", "deployedSourceMap": "", "source": "pragma solidity >=0.4.24;\n\n/**\n * @dev 支持jcc moac alarm定时回调的接口\n */\ninterface IJccMoacAlarmCallback {\n function jccMoacAlarmCallback() external;\n}\n", "sourcePath": "/Users/chtian/Documents/01_work/01_develope/jcc/jcc-solidity-utils/contracts/interface/IJccMoacAlarmCallback.sol", "ast": { "absolutePath": "/Users/chtian/Documents/01_work/01_develope/jcc/jcc-solidity-utils/contracts/interface/IJccMoacAlarmCallback.sol", "exportedSymbols": { "IJccMoacAlarmCallback": [ 1087 ] }, "id": 1088, "nodeType": "SourceUnit", "nodes": [ { "id": 1083, "literals": [ "solidity", ">=", "0.4", ".24" ], "nodeType": "PragmaDirective", "src": "0:25:8" }, { "baseContracts": [], "contractDependencies": [], "contractKind": "interface", "documentation": "@dev 支持jcc moac alarm定时回调的接口", "fullyImplemented": false, "id": 1087, "linearizedBaseContracts": [ 1087 ], "name": "IJccMoacAlarmCallback", "nodeType": "ContractDefinition", "nodes": [ { "body": null, "documentation": null, "id": 1086, "implemented": false, "isConstructor": false, "isDeclaredConst": false, "modifiers": [], "name": "jccMoacAlarmCallback", "nodeType": "FunctionDefinition", "parameters": { "id": 1084, "nodeType": "ParameterList", "parameters": [], "src": "150:2:8" }, "payable": false, "returnParameters": { "id": 1085, "nodeType": "ParameterList", "parameters": [], "src": "161:0:8" }, "scope": 1087, "src": "121:41:8", "stateMutability": "nonpayable", "superFunction": null, "visibility": "external" } ], "scope": 1088, "src": "85:79:8" } ], "src": "0:165:8" }, "legacyAST": { "absolutePath": "/Users/chtian/Documents/01_work/01_develope/jcc/jcc-solidity-utils/contracts/interface/IJccMoacAlarmCallback.sol", "exportedSymbols": { "IJccMoacAlarmCallback": [ 1087 ] }, "id": 1088, "nodeType": "SourceUnit", "nodes": [ { "id": 1083, "literals": [ "solidity", ">=", "0.4", ".24" ], "nodeType": "PragmaDirective", "src": "0:25:8" }, { "baseContracts": [], "contractDependencies": [], "contractKind": "interface", "documentation": "@dev 支持jcc moac alarm定时回调的接口", "fullyImplemented": false, "id": 1087, "linearizedBaseContracts": [ 1087 ], "name": "IJccMoacAlarmCallback", "nodeType": "ContractDefinition", "nodes": [ { "body": null, "documentation": null, "id": 1086, "implemented": false, "isConstructor": false, "isDeclaredConst": false, "modifiers": [], "name": "jccMoacAlarmCallback", "nodeType": "FunctionDefinition", "parameters": { "id": 1084, "nodeType": "ParameterList", "parameters": [], "src": "150:2:8" }, "payable": false, "returnParameters": { "id": 1085, "nodeType": "ParameterList", "parameters": [], "src": "161:0:8" }, "scope": 1087, "src": "121:41:8", "stateMutability": "nonpayable", "superFunction": null, "visibility": "external" } ], "scope": 1088, "src": "85:79:8" } ], "src": "0:165:8" }, "compiler": { "name": "solc", "version": "0.4.24+commit.e67f0147.Emscripten.clang" }, "networks": {}, "schemaVersion": "3.0.16", "updatedAt": "2021-03-06T09:30:00.946Z", "devdoc": { "methods": {} }, "userdoc": { "methods": {} } }