{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address payable",
          "name": "_reporter",
          "type": "address"
        }
      ],
      "name": "slashUpdater",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "updater",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "slashUpdater(address)": "5b3c2cbf",
    "updater()": "df034cd0"
  },
  "ast": {
    "absolutePath": "packages/contracts-core/contracts/interfaces/IUpdaterManager.sol",
    "id": 45048,
    "exportedSymbols": {
      "IUpdaterManager": [
        45047
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:174:71",
    "nodes": [
      {
        "id": 45036,
        "nodeType": "PragmaDirective",
        "src": "46:22:71",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 45047,
        "nodeType": "ContractDefinition",
        "src": "70:149:71",
        "nodes": [
          {
            "id": 45041,
            "nodeType": "FunctionDefinition",
            "src": "102:58:71",
            "functionSelector": "5b3c2cbf",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "slashUpdater",
            "parameters": {
              "id": 45039,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 45038,
                  "mutability": "mutable",
                  "name": "_reporter",
                  "nodeType": "VariableDeclaration",
                  "scope": 45041,
                  "src": "124:25:71",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 45037,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "124:15:71",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "123:27:71"
            },
            "returnParameters": {
              "id": 45040,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "159:0:71"
            },
            "scope": 45047,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 45046,
            "nodeType": "FunctionDefinition",
            "src": "166:51:71",
            "functionSelector": "df034cd0",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "updater",
            "parameters": {
              "id": 45042,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "182:2:71"
            },
            "returnParameters": {
              "id": 45045,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 45044,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 45046,
                  "src": "208:7:71",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 45043,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "208:7:71",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "207:9:71"
            },
            "scope": 45047,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          45047
        ],
        "name": "IUpdaterManager",
        "scope": 45048
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 71
}