{
  "contractName": "IInitializableICT",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_assetRegistry",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "_dataRegistry",
          "type": "address"
        },
        {
          "internalType": "bytes32",
          "name": "_marketObjectCode",
          "type": "bytes32"
        },
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.11+commit.5ef660b1\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_assetRegistry\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_dataRegistry\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_marketObjectCode\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"initialize(address,address,bytes32,address)\":{\"details\":\"Inits an ICT contract\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/IInitializableICT.sol\":\"IInitializableICT\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/IInitializableICT.sol\":{\"keccak256\":\"0x05a23843bf803c53c9dcf7cfece6581e23ae982fe705c77486ee7c5b9d91be9a\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://c58dbdafc3c50b920cd4ad927530867913a9f08d7b480dc00c18142ea7068e02\",\"dweb:/ipfs/QmdQxVbSbGPM3nCNq82tTtL1hSrwxgQeSWtEVFQpPxdteU\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// \"SPDX-License-Identifier: Apache-2.0\"\npragma solidity ^0.6.10;\n\n\ninterface IInitializableICT {\n    /**\n     * @dev Inits an ICT contract\n     */\n    function initialize(\n        address _assetRegistry,\n        address _dataRegistry,\n        bytes32 _marketObjectCode,\n        address owner\n    ) external;\n}\n",
  "sourcePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/IInitializableICT.sol",
  "ast": {
    "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/IInitializableICT.sol",
    "exportedSymbols": {
      "IInitializableICT": [
        21290
      ]
    },
    "id": 21291,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 21277,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".10"
        ],
        "nodeType": "PragmaDirective",
        "src": "41:24:66"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 21290,
        "linearizedBaseContracts": [
          21290
        ],
        "name": "IInitializableICT",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": {
              "id": 21278,
              "nodeType": "StructuredDocumentation",
              "src": "102:45:66",
              "text": " @dev Inits an ICT contract"
            },
            "functionSelector": "a31ee5b0",
            "id": 21289,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "initialize",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 21287,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 21280,
                  "mutability": "mutable",
                  "name": "_assetRegistry",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "181:22:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21279,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "181:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21282,
                  "mutability": "mutable",
                  "name": "_dataRegistry",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "213:21:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21281,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "213:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21284,
                  "mutability": "mutable",
                  "name": "_marketObjectCode",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "244:25:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 21283,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "244:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21286,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "279:13:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21285,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "279:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "171:127:66"
            },
            "returnParameters": {
              "id": 21288,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "307:0:66"
            },
            "scope": 21290,
            "src": "152:156:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 21291,
        "src": "68:242:66"
      }
    ],
    "src": "41:270:66"
  },
  "legacyAST": {
    "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/IInitializableICT.sol",
    "exportedSymbols": {
      "IInitializableICT": [
        21290
      ]
    },
    "id": 21291,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 21277,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".10"
        ],
        "nodeType": "PragmaDirective",
        "src": "41:24:66"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 21290,
        "linearizedBaseContracts": [
          21290
        ],
        "name": "IInitializableICT",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": {
              "id": 21278,
              "nodeType": "StructuredDocumentation",
              "src": "102:45:66",
              "text": " @dev Inits an ICT contract"
            },
            "functionSelector": "a31ee5b0",
            "id": 21289,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "initialize",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 21287,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 21280,
                  "mutability": "mutable",
                  "name": "_assetRegistry",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "181:22:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21279,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "181:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21282,
                  "mutability": "mutable",
                  "name": "_dataRegistry",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "213:21:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21281,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "213:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21284,
                  "mutability": "mutable",
                  "name": "_marketObjectCode",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "244:25:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 21283,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "244:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 21286,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 21289,
                  "src": "279:13:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 21285,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "279:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "171:127:66"
            },
            "returnParameters": {
              "id": 21288,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "307:0:66"
            },
            "scope": 21290,
            "src": "152:156:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 21291,
        "src": "68:242:66"
      }
    ],
    "src": "41:270:66"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.11+commit.5ef660b1.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.2.0",
  "updatedAt": "2020-08-12T09:47:18.216Z",
  "devdoc": {
    "kind": "dev",
    "methods": {
      "initialize(address,address,bytes32,address)": {
        "details": "Inits an ICT contract"
      }
    },
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}