{
  "contractName": "IWitPriceFeedsLegacyAdmin",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "indexed": false,
          "internalType": "bytes4",
          "name": "feedId",
          "type": "bytes4"
        }
      ],
      "name": "WitFeedDeleted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "indexed": false,
          "internalType": "bytes4",
          "name": "feedId",
          "type": "bytes4"
        },
        {
          "indexed": false,
          "internalType": "bytes32",
          "name": "radHash",
          "type": "bytes32"
        }
      ],
      "name": "WitFeedSettled",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "indexed": false,
          "internalType": "bytes4",
          "name": "feedId",
          "type": "bytes4"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "solver",
          "type": "address"
        }
      ],
      "name": "WitFeedSolverSettled",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "acceptOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "baseFeeOverheadPercentage",
      "outputs": [
        {
          "internalType": "uint16",
          "name": "",
          "type": "uint16"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "caption",
          "type": "string"
        }
      ],
      "name": "deleteFeed",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "deleteFeeds",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pendingOwner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint16",
          "name": "",
          "type": "uint16"
        }
      ],
      "name": "settleBaseFeeOverheadPercentage",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint8",
              "name": "numWitnesses",
              "type": "uint8"
            },
            {
              "internalType": "uint64",
              "name": "unitaryReward",
              "type": "uint64"
            }
          ],
          "internalType": "struct IWitPriceFeedsLegacy.RadonSLAv2",
          "name": "",
          "type": "tuple"
        }
      ],
      "name": "settleDefaultRadonSLA",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "internalType": "bytes32",
          "name": "radHash",
          "type": "bytes32"
        }
      ],
      "name": "settleFeedRequest",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "internalType": "contract IWitOracleRequest",
          "name": "request",
          "type": "address"
        }
      ],
      "name": "settleFeedRequest",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "internalType": "contract IWitOracleRequestTemplate",
          "name": "template",
          "type": "address"
        },
        {
          "internalType": "string[][]",
          "name": "",
          "type": "string[][]"
        }
      ],
      "name": "settleFeedRequest",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "caption",
          "type": "string"
        },
        {
          "internalType": "address",
          "name": "solver",
          "type": "address"
        },
        {
          "internalType": "string[]",
          "name": "deps",
          "type": "string[]"
        }
      ],
      "name": "settleFeedSolver",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.8.30+commit.73712a01\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"feedId\",\"type\":\"bytes4\"}],\"name\":\"WitFeedDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"feedId\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"radHash\",\"type\":\"bytes32\"}],\"name\":\"WitFeedSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"feedId\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"solver\",\"type\":\"address\"}],\"name\":\"WitFeedSolverSettled\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"baseFeeOverheadPercentage\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"}],\"name\":\"deleteFeed\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"deleteFeeds\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"name\":\"settleBaseFeeOverheadPercentage\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"numWitnesses\",\"type\":\"uint8\"},{\"internalType\":\"uint64\",\"name\":\"unitaryReward\",\"type\":\"uint64\"}],\"internalType\":\"struct IWitPriceFeedsLegacy.RadonSLAv2\",\"name\":\"\",\"type\":\"tuple\"}],\"name\":\"settleDefaultRadonSLA\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"internalType\":\"bytes32\",\"name\":\"radHash\",\"type\":\"bytes32\"}],\"name\":\"settleFeedRequest\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"internalType\":\"contract IWitOracleRequest\",\"name\":\"request\",\"type\":\"address\"}],\"name\":\"settleFeedRequest\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"internalType\":\"contract IWitOracleRequestTemplate\",\"name\":\"template\",\"type\":\"address\"},{\"internalType\":\"string[][]\",\"name\":\"\",\"type\":\"string[][]\"}],\"name\":\"settleFeedRequest\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"caption\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"solver\",\"type\":\"address\"},{\"internalType\":\"string[]\",\"name\":\"deps\",\"type\":\"string[]\"}],\"name\":\"settleFeedSolver\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/legacy/IWitPriceFeedsLegacyAdmin.sol\":\"IWitPriceFeedsLegacyAdmin\"},\"evmVersion\":\"prague\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/IWitOracleRadonRegistry.sol\":{\"keccak256\":\"0x437bbb89129311bd1cc8f6becd333df46109ec53b24d3159be942b225614071f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ef9bcdf4a73cb126885478c994821b7fe2b87d9221b767b4c9342b89b0d6550a\",\"dweb:/ipfs/QmXzZXPMxjSiFpcEnhg6CjLFNxGCpDZt22xpUh7VHxNTGd\"]},\"project:/contracts/interfaces/legacy/IWitOracleLegacy.sol\":{\"keccak256\":\"0xd2929c9aa5a02d261d6d1a068a6b7231ae58d8f81f081ba89f2d3267a31fbbb5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://956b26323a02cf400c32012586954fc5dbc98b4d5b7a8b0533401cbda8619059\",\"dweb:/ipfs/QmSWdCRwL5t3atFM8osdaohLTqEEmY1FbnR6xrRCmw1GDM\"]},\"project:/contracts/interfaces/legacy/IWitOracleRequest.sol\":{\"keccak256\":\"0x0fb3f0ba03f4f7a0214ecb36df26525564cf51a8a2176cba92c185af8a1d419e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://340b7bdb92c3259519fe120eb3061b393e7a5e9c1b576a2fe4eab020af466b64\",\"dweb:/ipfs/QmRt4wMX9WdxFwfdFMUZ3zKMAW1grS7qLk1x1PDMJdEAVU\"]},\"project:/contracts/interfaces/legacy/IWitOracleRequestTemplate.sol\":{\"keccak256\":\"0x9e065ef5880c64eefff5fcfb1347fde6684e0e311f8c2350a6aefdbd1f8b0f22\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://817de760c7cce9d00dcd4312aea6434d88abddf1c0e68ea7e8fb1e6c5165a445\",\"dweb:/ipfs/QmUNmtn85nFXbje2nRJQY2h65KJCVinDMMU6P2jQmo1Nij\"]},\"project:/contracts/interfaces/legacy/IWitPriceFeedsLegacy.sol\":{\"keccak256\":\"0x13222d4ec5a538477e792ff63338a12db2c0071d81a61aad7a046ad2880cefd7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f564e6a69264f7e0679525022978f9833a0f1273ef606e554c2a18ba964d13\",\"dweb:/ipfs/QmaAVfsvnJQvYwdsnYSXAnbJWopp15PR3atXxCwZS3AANC\"]},\"project:/contracts/interfaces/legacy/IWitPriceFeedsLegacyAdmin.sol\":{\"keccak256\":\"0x2a2a422478348acb0ced6e76dbc14dacbfec95833f874ecb588718523117fb0d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dcb6d3802e68441cb944f69ae5ba0e00b9ca82ad97f9adfaff5ffd44e0a6aae2\",\"dweb:/ipfs/QmYFvuGH6cUwhW67thWDMLfNcenicKcMgicLTnNAG4LHM7\"]},\"project:/contracts/interfaces/legacy/IWitPriceFeedsLegacySolver.sol\":{\"keccak256\":\"0x9543c5a64bbd38a3d1af6d00badda31c8c1fc90412efc7894023277e1e6b7490\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab133acd1c20af1f676bf17017c77e4918338fdbad764660e42d892a5f412eaf\",\"dweb:/ipfs/QmeQFGuv3jm46R4bux8NaW56SbFWHvvBNCqFzfafgtWi1W\"]},\"project:/contracts/libs/Bech32.sol\":{\"keccak256\":\"0x14618323a0efe7586c20906a2e9cee7ad63baa976ff231c57f7f2d7d3707fb8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a19f05fe84047a7a6d3d6fc39972b432e6e536aa70472386a9d7a6d9aab64a64\",\"dweb:/ipfs/QmcHwUY66yjiotRH4Q3kbRvSzcHyLQ1yHL3KbtQKiMhtZE\"]},\"project:/contracts/libs/Secp256k1.sol\":{\"keccak256\":\"0xbe686002da5004ff39dd70709f3820eba2afe9323ae9cb894009c161e4b1a666\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18fab91775216de0707cea9ad285b10be09127461a13432fea358bf9cb2a0c2e\",\"dweb:/ipfs/QmeRUGsgstnM4hxM9hpkBf3L6cE5btirEaowcMxmuw3utj\"]},\"project:/contracts/libs/Witnet.sol\":{\"keccak256\":\"0x1d446c3e534e40e676d1763bfb2897fadfac8afed904ab757843d7d6770b0a6c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://338fb1073f17d64e8d31bfe492d9475ce906788ee08e6489ce30413f91dc1328\",\"dweb:/ipfs/QmPe5QX2AGTnQFjse1Xttq4ZYWwYAiXoySb5VUui3PqPhk\"]},\"project:/contracts/libs/WitnetBuffer.sol\":{\"keccak256\":\"0x8e07aebe2954ab3e6f2d8eceedb12db7cf915c1f3e8630f4fa9999cecb1c78ec\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed6c54cc901183d61546e8fd15bd5ea8ef238ebc915642946071d435dd7481ea\",\"dweb:/ipfs/Qmcaqta7YjUSBbBUGqoh44bsCS6UqqoyHjBuz4qnKBShXM\"]},\"project:/contracts/libs/WitnetCBOR.sol\":{\"keccak256\":\"0xd99308373575cc10fb7f2ceb0f6a8625f3911275c1fa27811fae498d98d03d97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b4909a999d7b660a2dc54ca957b6eccfa523e2765fc4d6a2574dee7d5cd67b43\",\"dweb:/ipfs/QmWGQT4KDcfSFe1hcHVoWx6E4PhYMaod5iLpJCWBEeShzh\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "generatedSources": [],
  "deployedGeneratedSources": [],
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "// SPDX-License-Identifier: MIT\r\n\r\npragma solidity >=0.8.0 <0.9.0;\r\n\r\nimport \"../../libs/Witnet.sol\";\r\n\r\nimport \"./IWitOracleRequest.sol\";\r\nimport \"./IWitOracleRequestTemplate.sol\";\r\nimport \"./IWitPriceFeedsLegacy.sol\";\r\n\r\ninterface IWitPriceFeedsLegacyAdmin {\r\n\r\n    event WitFeedDeleted(string caption, bytes4 feedId);\r\n    event WitFeedSettled(string caption, bytes4 feedId, bytes32 radHash);\r\n    event WitFeedSolverSettled(string caption, bytes4 feedId, address solver);\r\n\r\n    function acceptOwnership() external;\r\n    function baseFeeOverheadPercentage() external view returns (uint16);\r\n    function deleteFeed(string calldata caption) external;\r\n    function deleteFeeds() external;\r\n    function owner() external view returns (address);\r\n    function pendingOwner() external returns (address);\r\n    function settleBaseFeeOverheadPercentage(uint16) external;\r\n    function settleDefaultRadonSLA(IWitPriceFeedsLegacy.RadonSLAv2 calldata) external;\r\n    function settleFeedRequest(string calldata caption, bytes32 radHash) external;\r\n    function settleFeedRequest(string calldata caption, IWitOracleRequest request) external;\r\n    function settleFeedRequest(string calldata caption, IWitOracleRequestTemplate template, string[][] calldata) external;\r\n    function settleFeedSolver (string calldata caption, address solver, string[] calldata deps) external;\r\n    function transferOwnership(address) external;\r\n}\r\n",
  "sourcePath": "C:\\Users\\guill\\github\\guidiaz\\witnet-solidity-bridge\\contracts\\interfaces\\legacy\\IWitPriceFeedsLegacyAdmin.sol",
  "ast": {
    "absolutePath": "project:/contracts/interfaces/legacy/IWitPriceFeedsLegacyAdmin.sol",
    "exportedSymbols": {
      "Bech32": [
        31372
      ],
      "IWitOracleLegacy": [
        28786
      ],
      "IWitOracleRadonRegistry": [
        27394
      ],
      "IWitOracleRequest": [
        28922
      ],
      "IWitOracleRequestTemplate": [
        29115
      ],
      "IWitPriceFeedsLegacy": [
        29361
      ],
      "IWitPriceFeedsLegacyAdmin": [
        29469
      ],
      "IWitPriceFeedsLegacySolver": [
        29521
      ],
      "Secp256k1": [
        32535
      ],
      "Witnet": [
        40741
      ],
      "WitnetBuffer": [
        42631
      ],
      "WitnetCBOR": [
        44174
      ]
    },
    "id": 29470,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 29363,
        "literals": [
          "solidity",
          ">=",
          "0.8",
          ".0",
          "<",
          "0.9",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "35:31:100"
      },
      {
        "absolutePath": "project:/contracts/libs/Witnet.sol",
        "file": "../../libs/Witnet.sol",
        "id": 29364,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 29470,
        "sourceUnit": 40742,
        "src": "70:31:100",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/interfaces/legacy/IWitOracleRequest.sol",
        "file": "./IWitOracleRequest.sol",
        "id": 29365,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 29470,
        "sourceUnit": 28923,
        "src": "105:33:100",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/interfaces/legacy/IWitOracleRequestTemplate.sol",
        "file": "./IWitOracleRequestTemplate.sol",
        "id": 29366,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 29470,
        "sourceUnit": 29116,
        "src": "140:41:100",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "project:/contracts/interfaces/legacy/IWitPriceFeedsLegacy.sol",
        "file": "./IWitPriceFeedsLegacy.sol",
        "id": 29367,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 29470,
        "sourceUnit": 29362,
        "src": "183:36:100",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [],
        "canonicalName": "IWitPriceFeedsLegacyAdmin",
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "id": 29469,
        "linearizedBaseContracts": [
          29469
        ],
        "name": "IWitPriceFeedsLegacyAdmin",
        "nameLocation": "233:25:100",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "anonymous": false,
            "eventSelector": "69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921",
            "id": 29373,
            "name": "WitFeedDeleted",
            "nameLocation": "274:14:100",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 29372,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29369,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "296:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29373,
                  "src": "289:14:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29368,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "289:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29371,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "feedId",
                  "nameLocation": "312:6:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29373,
                  "src": "305:13:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 29370,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "305:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "288:31:100"
            },
            "src": "268:52:100"
          },
          {
            "anonymous": false,
            "eventSelector": "56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101",
            "id": 29381,
            "name": "WitFeedSettled",
            "nameLocation": "332:14:100",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 29380,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29375,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "354:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29381,
                  "src": "347:14:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29374,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "347:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29377,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "feedId",
                  "nameLocation": "370:6:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29381,
                  "src": "363:13:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 29376,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "363:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29379,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "radHash",
                  "nameLocation": "386:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29381,
                  "src": "378:15:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 29378,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "378:7:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "346:48:100"
            },
            "src": "326:69:100"
          },
          {
            "anonymous": false,
            "eventSelector": "286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052",
            "id": 29389,
            "name": "WitFeedSolverSettled",
            "nameLocation": "407:20:100",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 29388,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29383,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "435:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29389,
                  "src": "428:14:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29382,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "428:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29385,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "feedId",
                  "nameLocation": "451:6:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29389,
                  "src": "444:13:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 29384,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "444:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29387,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "solver",
                  "nameLocation": "467:6:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29389,
                  "src": "459:14:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 29386,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "459:7:100",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "427:47:100"
            },
            "src": "401:74:100"
          },
          {
            "functionSelector": "79ba5097",
            "id": 29392,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "acceptOwnership",
            "nameLocation": "492:15:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29390,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "507:2:100"
            },
            "returnParameters": {
              "id": 29391,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "518:0:100"
            },
            "scope": 29469,
            "src": "483:36:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "eb92b29b",
            "id": 29397,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "baseFeeOverheadPercentage",
            "nameLocation": "534:25:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29393,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "559:2:100"
            },
            "returnParameters": {
              "id": 29396,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29395,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29397,
                  "src": "585:6:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 29394,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "585:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "584:8:100"
            },
            "scope": 29469,
            "src": "525:68:100",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "86ac03e0",
            "id": 29402,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "deleteFeed",
            "nameLocation": "608:10:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29400,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29399,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "635:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29402,
                  "src": "619:23:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29398,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "619:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "618:25:100"
            },
            "returnParameters": {
              "id": 29401,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "652:0:100"
            },
            "scope": 29469,
            "src": "599:54:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "e1c9e3c0",
            "id": 29405,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "deleteFeeds",
            "nameLocation": "668:11:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29403,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "679:2:100"
            },
            "returnParameters": {
              "id": 29404,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "690:0:100"
            },
            "scope": 29469,
            "src": "659:32:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "8da5cb5b",
            "id": 29410,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "owner",
            "nameLocation": "706:5:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29406,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "711:2:100"
            },
            "returnParameters": {
              "id": 29409,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29408,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29410,
                  "src": "737:7:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 29407,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "737:7:100",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "736:9:100"
            },
            "scope": 29469,
            "src": "697:49:100",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "e30c3978",
            "id": 29415,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "pendingOwner",
            "nameLocation": "761:12:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29411,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "773:2:100"
            },
            "returnParameters": {
              "id": 29414,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29413,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29415,
                  "src": "794:7:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 29412,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "794:7:100",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "793:9:100"
            },
            "scope": 29469,
            "src": "752:51:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "b8d38c96",
            "id": 29420,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleBaseFeeOverheadPercentage",
            "nameLocation": "818:31:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29418,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29417,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29420,
                  "src": "850:6:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint16",
                    "typeString": "uint16"
                  },
                  "typeName": {
                    "id": 29416,
                    "name": "uint16",
                    "nodeType": "ElementaryTypeName",
                    "src": "850:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint16",
                      "typeString": "uint16"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "849:8:100"
            },
            "returnParameters": {
              "id": 29419,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "866:0:100"
            },
            "scope": 29469,
            "src": "809:58:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "fae91a51",
            "id": 29426,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleDefaultRadonSLA",
            "nameLocation": "882:21:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29424,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29423,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29426,
                  "src": "904:40:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_RadonSLAv2_$29146_calldata_ptr",
                    "typeString": "struct IWitPriceFeedsLegacy.RadonSLAv2"
                  },
                  "typeName": {
                    "id": 29422,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 29421,
                      "name": "IWitPriceFeedsLegacy.RadonSLAv2",
                      "nameLocations": [
                        "904:20:100",
                        "925:10:100"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 29146,
                      "src": "904:31:100"
                    },
                    "referencedDeclaration": 29146,
                    "src": "904:31:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_RadonSLAv2_$29146_storage_ptr",
                      "typeString": "struct IWitPriceFeedsLegacy.RadonSLAv2"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "903:42:100"
            },
            "returnParameters": {
              "id": 29425,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "954:0:100"
            },
            "scope": 29469,
            "src": "873:82:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "84292f07",
            "id": 29433,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleFeedRequest",
            "nameLocation": "970:17:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29431,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29428,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "1004:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29433,
                  "src": "988:23:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29427,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "988:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29430,
                  "mutability": "mutable",
                  "name": "radHash",
                  "nameLocation": "1021:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29433,
                  "src": "1013:15:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 29429,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1013:7:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "987:42:100"
            },
            "returnParameters": {
              "id": 29432,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1038:0:100"
            },
            "scope": 29469,
            "src": "961:78:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "ac82c608",
            "id": 29441,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleFeedRequest",
            "nameLocation": "1054:17:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29439,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29435,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "1088:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29441,
                  "src": "1072:23:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29434,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1072:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29438,
                  "mutability": "mutable",
                  "name": "request",
                  "nameLocation": "1115:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29441,
                  "src": "1097:25:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IWitOracleRequest_$28922",
                    "typeString": "contract IWitOracleRequest"
                  },
                  "typeName": {
                    "id": 29437,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 29436,
                      "name": "IWitOracleRequest",
                      "nameLocations": [
                        "1097:17:100"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 28922,
                      "src": "1097:17:100"
                    },
                    "referencedDeclaration": 28922,
                    "src": "1097:17:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IWitOracleRequest_$28922",
                      "typeString": "contract IWitOracleRequest"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1071:52:100"
            },
            "returnParameters": {
              "id": 29440,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1132:0:100"
            },
            "scope": 29469,
            "src": "1045:88:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "ff24fb4f",
            "id": 29453,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleFeedRequest",
            "nameLocation": "1148:17:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29451,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29443,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "1182:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29453,
                  "src": "1166:23:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29442,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1166:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29446,
                  "mutability": "mutable",
                  "name": "template",
                  "nameLocation": "1217:8:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29453,
                  "src": "1191:34:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IWitOracleRequestTemplate_$29115",
                    "typeString": "contract IWitOracleRequestTemplate"
                  },
                  "typeName": {
                    "id": 29445,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 29444,
                      "name": "IWitOracleRequestTemplate",
                      "nameLocations": [
                        "1191:25:100"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 29115,
                      "src": "1191:25:100"
                    },
                    "referencedDeclaration": 29115,
                    "src": "1191:25:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IWitOracleRequestTemplate_$29115",
                      "typeString": "contract IWitOracleRequestTemplate"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29450,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29453,
                  "src": "1227:19:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_string_calldata_ptr_$dyn_calldata_ptr_$dyn_calldata_ptr",
                    "typeString": "string[][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 29447,
                        "name": "string",
                        "nodeType": "ElementaryTypeName",
                        "src": "1227:6:100",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_storage_ptr",
                          "typeString": "string"
                        }
                      },
                      "id": 29448,
                      "nodeType": "ArrayTypeName",
                      "src": "1227:8:100",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_string_storage_$dyn_storage_ptr",
                        "typeString": "string[]"
                      }
                    },
                    "id": 29449,
                    "nodeType": "ArrayTypeName",
                    "src": "1227:10:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_string_storage_$dyn_storage_$dyn_storage_ptr",
                      "typeString": "string[][]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1165:82:100"
            },
            "returnParameters": {
              "id": 29452,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1256:0:100"
            },
            "scope": 29469,
            "src": "1139:118:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "03f3813d",
            "id": 29463,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "settleFeedSolver",
            "nameLocation": "1272:16:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29461,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29455,
                  "mutability": "mutable",
                  "name": "caption",
                  "nameLocation": "1306:7:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29463,
                  "src": "1290:23:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 29454,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "1290:6:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29457,
                  "mutability": "mutable",
                  "name": "solver",
                  "nameLocation": "1323:6:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29463,
                  "src": "1315:14:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 29456,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1315:7:100",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 29460,
                  "mutability": "mutable",
                  "name": "deps",
                  "nameLocation": "1349:4:100",
                  "nodeType": "VariableDeclaration",
                  "scope": 29463,
                  "src": "1331:22:100",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_string_calldata_ptr_$dyn_calldata_ptr",
                    "typeString": "string[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 29458,
                      "name": "string",
                      "nodeType": "ElementaryTypeName",
                      "src": "1331:6:100",
                      "typeDescriptions": {
                        "typeIdentifier": "t_string_storage_ptr",
                        "typeString": "string"
                      }
                    },
                    "id": 29459,
                    "nodeType": "ArrayTypeName",
                    "src": "1331:8:100",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_string_storage_$dyn_storage_ptr",
                      "typeString": "string[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1289:65:100"
            },
            "returnParameters": {
              "id": 29462,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1363:0:100"
            },
            "scope": 29469,
            "src": "1263:101:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "f2fde38b",
            "id": 29468,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "transferOwnership",
            "nameLocation": "1379:17:100",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 29466,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 29465,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 29468,
                  "src": "1397:7:100",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 29464,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1397:7:100",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1396:9:100"
            },
            "returnParameters": {
              "id": 29467,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1414:0:100"
            },
            "scope": 29469,
            "src": "1370:45:100",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 29470,
        "src": "223:1195:100",
        "usedErrors": [],
        "usedEvents": [
          29373,
          29381,
          29389
        ]
      }
    ],
    "src": "35:1385:100"
  },
  "compiler": {
    "name": "solc",
    "version": "0.8.30+commit.73712a01.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.16",
  "updatedAt": "2025-10-15T14:34:45.932Z",
  "devdoc": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}