[
  {
    "constant": false,
    "inputs": [
      {
        "name": "_a",
        "type": "address"
      },
      {
        "name": "_n",
        "type": "string"
      }
    ],
    "name": "newRegistrar",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_a",
        "type": "address"
      },
      {
        "name": "_n",
        "type": "string"
      }
    ],
    "name": "register",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_a",
        "type": "address"
      }
    ],
    "name": "checkAddress",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_n",
        "type": "string"
      }
    ],
    "name": "checkName",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_a",
        "type": "address"
      }
    ],
    "name": "checkRegistrar",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "name": "einc",
    "outputs": [
      {
        "name": "einc_address",
        "type": "address"
      },
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "slug",
        "type": "string"
      },
      {
        "name": "registrar",
        "type": "address"
      },
      {
        "name": "registered",
        "type": "bool"
      },
      {
        "name": "time",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_n",
        "type": "string"
      }
    ],
    "name": "getEincAddress",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_a",
        "type": "address"
      }
    ],
    "name": "getEincName",
    "outputs": [
      {
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "name": "registrars",
    "outputs": [
      {
        "name": "registrar_address",
        "type": "address"
      },
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "einc_registered",
        "type": "uint256"
      },
      {
        "name": "registered",
        "type": "bool"
      },
      {
        "name": "time",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "total_eInc",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "total_registrar",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  }
]