{
  "contractName": "PublicSuffixList",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes",
          "name": "name",
          "type": "bytes"
        }
      ],
      "name": "isPublicSuffix",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.7.4+commit.3f05b770\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"name\",\"type\":\"bytes\"}],\"name\":\"isPublicSuffix\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/arachnid/Dropbox/projects/dnsregistrar/contracts/PublicSuffixList.sol\":\"PublicSuffixList\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/arachnid/Dropbox/projects/dnsregistrar/contracts/PublicSuffixList.sol\":{\"keccak256\":\"0xd830756b5f4c9b3139bd2031a4bc04d17699350fbcb2da39aac5d96ffd1563d4\",\"urls\":[\"bzz-raw://5c5d45d83f294c99301a5c1c543eb24785fb596c0ee229903a38d48f3958ca91\",\"dweb:/ipfs/QmNnipYj9w6h1ZsSRtmhEvFS6k8obRMW48FZURs1aUMdm6\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "immutableReferences": {},
  "generatedSources": [],
  "deployedGeneratedSources": [],
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.7.0;\n\ninterface PublicSuffixList {\n    function isPublicSuffix(bytes calldata name) external view returns(bool);\n}\n",
  "sourcePath": "/home/arachnid/Dropbox/projects/dnsregistrar/contracts/PublicSuffixList.sol",
  "ast": {
    "absolutePath": "/home/arachnid/Dropbox/projects/dnsregistrar/contracts/PublicSuffixList.sol",
    "exportedSymbols": {
      "PublicSuffixList": [
        881
      ]
    },
    "id": 882,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 873,
        "literals": [
          "solidity",
          "^",
          "0.7",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:3"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "id": 881,
        "linearizedBaseContracts": [
          881
        ],
        "name": "PublicSuffixList",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "4f89059e",
            "id": 880,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isPublicSuffix",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 876,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 875,
                  "mutability": "mutable",
                  "name": "name",
                  "nodeType": "VariableDeclaration",
                  "scope": 880,
                  "src": "82:19:3",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 874,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "82:5:3",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "81:21:3"
            },
            "returnParameters": {
              "id": 879,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 878,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 880,
                  "src": "125:4:3",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 877,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "125:4:3",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "124:6:3"
            },
            "scope": 881,
            "src": "58:73:3",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 882,
        "src": "25:108:3"
      }
    ],
    "src": "0:134:3"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "/home/arachnid/Dropbox/projects/dnsregistrar/contracts/PublicSuffixList.sol",
      "exportedSymbols": {
        "PublicSuffixList": [
          881
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.7",
            ".0"
          ]
        },
        "id": 873,
        "name": "PragmaDirective",
        "src": "0:23:3"
      },
      {
        "attributes": {
          "abstract": false,
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            881
          ],
          "name": "PublicSuffixList",
          "scope": 882
        },
        "children": [
          {
            "attributes": {
              "functionSelector": "4f89059e",
              "implemented": false,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "isPublicSuffix",
              "scope": 881,
              "stateMutability": "view",
              "virtual": false,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "name",
                      "scope": 880,
                      "stateVariable": false,
                      "storageLocation": "calldata",
                      "type": "bytes",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes"
                        },
                        "id": 874,
                        "name": "ElementaryTypeName",
                        "src": "82:5:3"
                      }
                    ],
                    "id": 875,
                    "name": "VariableDeclaration",
                    "src": "82:19:3"
                  }
                ],
                "id": 876,
                "name": "ParameterList",
                "src": "81:21:3"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "",
                      "scope": 880,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 877,
                        "name": "ElementaryTypeName",
                        "src": "125:4:3"
                      }
                    ],
                    "id": 878,
                    "name": "VariableDeclaration",
                    "src": "125:4:3"
                  }
                ],
                "id": 879,
                "name": "ParameterList",
                "src": "124:6:3"
              }
            ],
            "id": 880,
            "name": "FunctionDefinition",
            "src": "58:73:3"
          }
        ],
        "id": 881,
        "name": "ContractDefinition",
        "src": "25:108:3"
      }
    ],
    "id": 882,
    "name": "SourceUnit",
    "src": "0:134:3"
  },
  "compiler": {
    "name": "solc",
    "version": "0.7.4+commit.3f05b770.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.3",
  "updatedAt": "2021-01-21T03:26:26.140Z",
  "devdoc": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}