{
  "contractName": "IOracle",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "resultFor",
      "outputs": [
        {
          "internalType": "bytes",
          "name": "",
          "type": "bytes"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.6+commit.6c089d02\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"resultFor\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"@iexec/solidity/contracts/ERC1154/IERC1154.sol\":\"IOracle\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@iexec/solidity/contracts/ERC1154/IERC1154.sol\":{\"keccak256\":\"0x542ed19435ffdf4e5f1fbf57f87d26883e04cf96c21c69f7eb691e46c0f6ee5d\",\"urls\":[\"bzz-raw://d7744c331a362162870775cdea560f2db4da1ae6123ca05aba825a8850da37a0\",\"dweb:/ipfs/Qmf3FgPtiUiCA4Mnb9LpGrUciub9RwxniGSRPriRM4hVpc\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.6.0;\n\n/**\n * @title EIP1154 interface\n * @dev see https://eips.ethereum.org/EIPS/eip-1154\n */\ninterface IOracleConsumer\n{\n\tfunction receiveResult(bytes32, bytes calldata)\n\t\texternal;\n}\n\ninterface IOracle\n{\n\tfunction resultFor(bytes32)\n\t\texternal view returns (bytes memory);\n}\n",
  "sourcePath": "@iexec/solidity/contracts/ERC1154/IERC1154.sol",
  "ast": {
    "absolutePath": "@iexec/solidity/contracts/ERC1154/IERC1154.sol",
    "exportedSymbols": {
      "IOracle": [
        10145
      ],
      "IOracleConsumer": [
        10137
      ]
    },
    "id": 10146,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10128,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:55"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 10129,
          "nodeType": "StructuredDocumentation",
          "src": "25:87:55",
          "text": "@title EIP1154 interface\n@dev see https://eips.ethereum.org/EIPS/eip-1154"
        },
        "fullyImplemented": false,
        "id": 10137,
        "linearizedBaseContracts": [
          10137
        ],
        "name": "IOracleConsumer",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "5dd80855",
            "id": 10136,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "receiveResult",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10134,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10131,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10136,
                  "src": "165:7:55",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10130,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "165:7:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10133,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10136,
                  "src": "174:14:55",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10132,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "174:5:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "164:25:55"
            },
            "returnParameters": {
              "id": 10135,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "200:0:55"
            },
            "scope": 10137,
            "src": "142:59:55",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10146,
        "src": "113:90:55"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 10145,
        "linearizedBaseContracts": [
          10145
        ],
        "name": "IOracle",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "d09cc57e",
            "id": 10144,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "resultFor",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10140,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10139,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10144,
                  "src": "245:7:55",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10138,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "245:7:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "244:9:55"
            },
            "returnParameters": {
              "id": 10143,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10142,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10144,
                  "src": "279:12:55",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10141,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "279:5:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "278:14:55"
            },
            "scope": 10145,
            "src": "226:67:55",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10146,
        "src": "205:90:55"
      }
    ],
    "src": "0:296:55"
  },
  "legacyAST": {
    "absolutePath": "@iexec/solidity/contracts/ERC1154/IERC1154.sol",
    "exportedSymbols": {
      "IOracle": [
        10145
      ],
      "IOracleConsumer": [
        10137
      ]
    },
    "id": 10146,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10128,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:55"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 10129,
          "nodeType": "StructuredDocumentation",
          "src": "25:87:55",
          "text": "@title EIP1154 interface\n@dev see https://eips.ethereum.org/EIPS/eip-1154"
        },
        "fullyImplemented": false,
        "id": 10137,
        "linearizedBaseContracts": [
          10137
        ],
        "name": "IOracleConsumer",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "5dd80855",
            "id": 10136,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "receiveResult",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10134,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10131,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10136,
                  "src": "165:7:55",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10130,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "165:7:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10133,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10136,
                  "src": "174:14:55",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10132,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "174:5:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "164:25:55"
            },
            "returnParameters": {
              "id": 10135,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "200:0:55"
            },
            "scope": 10137,
            "src": "142:59:55",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10146,
        "src": "113:90:55"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 10145,
        "linearizedBaseContracts": [
          10145
        ],
        "name": "IOracle",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "d09cc57e",
            "id": 10144,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "resultFor",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10140,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10139,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10144,
                  "src": "245:7:55",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10138,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "245:7:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "244:9:55"
            },
            "returnParameters": {
              "id": 10143,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10142,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10144,
                  "src": "279:12:55",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10141,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "279:5:55",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "278:14:55"
            },
            "scope": 10145,
            "src": "226:67:55",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10146,
        "src": "205:90:55"
      }
    ],
    "src": "0:296:55"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.6+commit.6c089d02.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.1.0",
  "updatedAt": "2020-04-21T18:10:34.959Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}