{
  "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": 27432,
    "exportedSymbols": {
      "IUpdaterManager": [
        27431
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:174:25",
    "nodes": [
      {
        "id": 27420,
        "nodeType": "PragmaDirective",
        "src": "46:22:25",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 27431,
        "nodeType": "ContractDefinition",
        "src": "70:149:25",
        "nodes": [
          {
            "id": 27425,
            "nodeType": "FunctionDefinition",
            "src": "102:58:25",
            "functionSelector": "5b3c2cbf",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "slashUpdater",
            "parameters": {
              "id": 27423,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27422,
                  "mutability": "mutable",
                  "name": "_reporter",
                  "nodeType": "VariableDeclaration",
                  "scope": 27425,
                  "src": "124:25:25",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 27421,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "124:15:25",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "123:27:25"
            },
            "returnParameters": {
              "id": 27424,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "159:0:25"
            },
            "scope": 27431,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 27430,
            "nodeType": "FunctionDefinition",
            "src": "166:51:25",
            "functionSelector": "df034cd0",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "updater",
            "parameters": {
              "id": 27426,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "182:2:25"
            },
            "returnParameters": {
              "id": 27429,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27428,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 27430,
                  "src": "208:7:25",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 27427,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "208:7:25",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "207:9:25"
            },
            "scope": 27431,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          27431
        ],
        "name": "IUpdaterManager",
        "scope": 27432
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 25
}