{
  "contractName": "ENSReverseRegistration",
  "abi": [],
  "metadata": "{\"compiler\":{\"version\":\"0.6.6+commit.6c089d02\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"@iexec/solidity/contracts/ENStools/ENSReverseRegistration.sol\":\"ENSReverseRegistration\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@ensdomains/ens/contracts/ENS.sol\":{\"keccak256\":\"0x10b88673d8c180cd62523be4fec7607c65594eb4f0c561fa0fbc0784422b4871\",\"urls\":[\"bzz-raw://b3de1882a4a1a1b13c27ee6dc04cc58c34ac392c80cad507de2cdfa8c02712fe\",\"dweb:/ipfs/QmeKcaBF8QdJjXiqFrPJkAtK3et5kUL8XJrnHjwhAThRMT\"]},\"@iexec/solidity/contracts/ENStools/ENSReverseRegistration.sol\":{\"keccak256\":\"0xf3f46b28b19d9132ae78c2a43263c06a73cb042ce25175b732e0c1a41c5bbe5a\",\"urls\":[\"bzz-raw://7ca85a78f3f3eafbef6d72c5cd0c35e5b827c797af786cd170659499a0a2c3be\",\"dweb:/ipfs/QmbHZ8zFsiE1PRh7FKt1pt5jR8F6B8HiZ32Mgc8Py3qCUu\"]}},\"version\":1}",
  "bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212207fb86a47be52b10b8d7a5e0ae8b4b9af76f2e07e3a8dc82f6f59028e4adeb7ef64736f6c63430006060033",
  "deployedBytecode": "0x6080604052600080fdfea26469706673582212207fb86a47be52b10b8d7a5e0ae8b4b9af76f2e07e3a8dc82f6f59028e4adeb7ef64736f6c63430006060033",
  "immutableReferences": {},
  "sourceMap": "382:280:54:-:0;;;;5:9:-1;2:2;;;27:1;24;17:12;2:2;382:280:54;;;;;;;",
  "deployedSourceMap": "382:280:54:-:0;;;12:1:-1;9;2:12",
  "source": "pragma solidity ^0.6.0;\n\nimport \"@ensdomains/ens/contracts/ENS.sol\";\n\n\ninterface IReverseRegistrar\n{\n\tfunction claim(address owner) external returns (bytes32);\n\tfunction claimWithResolver(address owner, address resolver) external returns (bytes32);\n\tfunction setName(string calldata name) external returns (bytes32);\n\tfunction node(address addr) external pure returns (bytes32);\n}\n\ncontract ENSReverseRegistration\n{\n\tbytes32 internal constant ADDR_REVERSE_NODE = 0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2;\n\n\tfunction _setName(ENS ens, string memory name)\n\tinternal\n\t{\n\t\tIReverseRegistrar(ens.owner(ADDR_REVERSE_NODE)).setName(name);\n\t}\n}\n",
  "sourcePath": "@iexec/solidity/contracts/ENStools/ENSReverseRegistration.sol",
  "ast": {
    "absolutePath": "@iexec/solidity/contracts/ENStools/ENSReverseRegistration.sol",
    "exportedSymbols": {
      "ENSReverseRegistration": [
        10126
      ],
      "IReverseRegistrar": [
        10104
      ]
    },
    "id": 10127,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10072,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:54"
      },
      {
        "absolutePath": "@ensdomains/ens/contracts/ENS.sol",
        "file": "@ensdomains/ens/contracts/ENS.sol",
        "id": 10073,
        "nodeType": "ImportDirective",
        "scope": 10127,
        "sourceUnit": 8819,
        "src": "25:43:54",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 10104,
        "linearizedBaseContracts": [
          10104
        ],
        "name": "IReverseRegistrar",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "1e83409a",
            "id": 10080,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "claim",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10076,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10075,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10080,
                  "src": "117:13:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10074,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "117:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "116:15:54"
            },
            "returnParameters": {
              "id": 10079,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10078,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10080,
                  "src": "150:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10077,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "150:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "149:9:54"
            },
            "scope": 10104,
            "src": "102:57:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "0f5a5466",
            "id": 10089,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "claimWithResolver",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10085,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10082,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "188:13:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10081,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "188:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10084,
                  "mutability": "mutable",
                  "name": "resolver",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "203:16:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10083,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "203:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "187:33:54"
            },
            "returnParameters": {
              "id": 10088,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10087,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "239:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10086,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "239:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "238:9:54"
            },
            "scope": 10104,
            "src": "161:87:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "c47f0027",
            "id": 10096,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setName",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10092,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10091,
                  "mutability": "mutable",
                  "name": "name",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10096,
                  "src": "267:20:54",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 10090,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "267:6:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "266:22:54"
            },
            "returnParameters": {
              "id": 10095,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10094,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10096,
                  "src": "307:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10093,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "307:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "306:9:54"
            },
            "scope": 10104,
            "src": "250:66:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "bffbe61c",
            "id": 10103,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "node",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10099,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10098,
                  "mutability": "mutable",
                  "name": "addr",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10103,
                  "src": "332:12:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10097,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "332:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "331:14:54"
            },
            "returnParameters": {
              "id": 10102,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10101,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10103,
                  "src": "369:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10100,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "369:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "368:9:54"
            },
            "scope": 10104,
            "src": "318:60:54",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10127,
        "src": "71:309:54"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10126,
        "linearizedBaseContracts": [
          10126
        ],
        "name": "ENSReverseRegistration",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "id": 10107,
            "mutability": "constant",
            "name": "ADDR_REVERSE_NODE",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 10126,
            "src": "417:112:54",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bytes32",
              "typeString": "bytes32"
            },
            "typeName": {
              "id": 10105,
              "name": "bytes32",
              "nodeType": "ElementaryTypeName",
              "src": "417:7:54",
              "typeDescriptions": {
                "typeIdentifier": "t_bytes32",
                "typeString": "bytes32"
              }
            },
            "value": {
              "argumentTypes": null,
              "hexValue": "307839316431373737373831383834643033613637353761383033393936653338646532613432393637666233376565616361373237323932373130323561396532",
              "id": 10106,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "463:66:54",
              "subdenomination": null,
              "typeDescriptions": {
                "typeIdentifier": "t_rational_65955458610802586644366824307633271870356699036341805474246458084352783133154_by_1",
                "typeString": "int_const 6595...(69 digits omitted)...3154"
              },
              "value": "0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2"
            },
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10124,
              "nodeType": "Block",
              "src": "591:69:54",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 10121,
                        "name": "name",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 10111,
                        "src": "651:4:54",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 10117,
                                "name": "ADDR_REVERSE_NODE",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 10107,
                                "src": "623:17:54",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_bytes32",
                                  "typeString": "bytes32"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bytes32",
                                  "typeString": "bytes32"
                                }
                              ],
                              "expression": {
                                "argumentTypes": null,
                                "id": 10115,
                                "name": "ens",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 10109,
                                "src": "613:3:54",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_ENS_$8818",
                                  "typeString": "contract ENS"
                                }
                              },
                              "id": 10116,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "owner",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 8787,
                              "src": "613:9:54",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_address_$",
                                "typeString": "function (bytes32) view external returns (address)"
                              }
                            },
                            "id": 10118,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "613:28:54",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 10114,
                          "name": "IReverseRegistrar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 10104,
                          "src": "595:17:54",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_contract$_IReverseRegistrar_$10104_$",
                            "typeString": "type(contract IReverseRegistrar)"
                          }
                        },
                        "id": 10119,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "595:47:54",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IReverseRegistrar_$10104",
                          "typeString": "contract IReverseRegistrar"
                        }
                      },
                      "id": 10120,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "setName",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 10096,
                      "src": "595:55:54",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_string_memory_ptr_$returns$_t_bytes32_$",
                        "typeString": "function (string memory) external returns (bytes32)"
                      }
                    },
                    "id": 10122,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "595:61:54",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 10123,
                  "nodeType": "ExpressionStatement",
                  "src": "595:61:54"
                }
              ]
            },
            "documentation": null,
            "id": 10125,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_setName",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10112,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10109,
                  "mutability": "mutable",
                  "name": "ens",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10125,
                  "src": "551:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_ENS_$8818",
                    "typeString": "contract ENS"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 10108,
                    "name": "ENS",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 8818,
                    "src": "551:3:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ENS_$8818",
                      "typeString": "contract ENS"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10111,
                  "mutability": "mutable",
                  "name": "name",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10125,
                  "src": "560:18:54",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 10110,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "560:6:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "550:29:54"
            },
            "returnParameters": {
              "id": 10113,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "591:0:54"
            },
            "scope": 10126,
            "src": "533:127:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          }
        ],
        "scope": 10127,
        "src": "382:280:54"
      }
    ],
    "src": "0:663:54"
  },
  "legacyAST": {
    "absolutePath": "@iexec/solidity/contracts/ENStools/ENSReverseRegistration.sol",
    "exportedSymbols": {
      "ENSReverseRegistration": [
        10126
      ],
      "IReverseRegistrar": [
        10104
      ]
    },
    "id": 10127,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10072,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:54"
      },
      {
        "absolutePath": "@ensdomains/ens/contracts/ENS.sol",
        "file": "@ensdomains/ens/contracts/ENS.sol",
        "id": 10073,
        "nodeType": "ImportDirective",
        "scope": 10127,
        "sourceUnit": 8819,
        "src": "25:43:54",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 10104,
        "linearizedBaseContracts": [
          10104
        ],
        "name": "IReverseRegistrar",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "functionSelector": "1e83409a",
            "id": 10080,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "claim",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10076,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10075,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10080,
                  "src": "117:13:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10074,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "117:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "116:15:54"
            },
            "returnParameters": {
              "id": 10079,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10078,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10080,
                  "src": "150:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10077,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "150:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "149:9:54"
            },
            "scope": 10104,
            "src": "102:57:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "0f5a5466",
            "id": 10089,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "claimWithResolver",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10085,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10082,
                  "mutability": "mutable",
                  "name": "owner",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "188:13:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10081,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "188:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10084,
                  "mutability": "mutable",
                  "name": "resolver",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "203:16:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10083,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "203:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "187:33:54"
            },
            "returnParameters": {
              "id": 10088,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10087,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10089,
                  "src": "239:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10086,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "239:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "238:9:54"
            },
            "scope": 10104,
            "src": "161:87:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "c47f0027",
            "id": 10096,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "setName",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10092,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10091,
                  "mutability": "mutable",
                  "name": "name",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10096,
                  "src": "267:20:54",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_calldata_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 10090,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "267:6:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "266:22:54"
            },
            "returnParameters": {
              "id": 10095,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10094,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10096,
                  "src": "307:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10093,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "307:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "306:9:54"
            },
            "scope": 10104,
            "src": "250:66:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "functionSelector": "bffbe61c",
            "id": 10103,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "node",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10099,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10098,
                  "mutability": "mutable",
                  "name": "addr",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10103,
                  "src": "332:12:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 10097,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "332:7:54",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "331:14:54"
            },
            "returnParameters": {
              "id": 10102,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10101,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10103,
                  "src": "369:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 10100,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "369:7:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "368:9:54"
            },
            "scope": 10104,
            "src": "318:60:54",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 10127,
        "src": "71:309:54"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10126,
        "linearizedBaseContracts": [
          10126
        ],
        "name": "ENSReverseRegistration",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "id": 10107,
            "mutability": "constant",
            "name": "ADDR_REVERSE_NODE",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 10126,
            "src": "417:112:54",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bytes32",
              "typeString": "bytes32"
            },
            "typeName": {
              "id": 10105,
              "name": "bytes32",
              "nodeType": "ElementaryTypeName",
              "src": "417:7:54",
              "typeDescriptions": {
                "typeIdentifier": "t_bytes32",
                "typeString": "bytes32"
              }
            },
            "value": {
              "argumentTypes": null,
              "hexValue": "307839316431373737373831383834643033613637353761383033393936653338646532613432393637666233376565616361373237323932373130323561396532",
              "id": 10106,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "463:66:54",
              "subdenomination": null,
              "typeDescriptions": {
                "typeIdentifier": "t_rational_65955458610802586644366824307633271870356699036341805474246458084352783133154_by_1",
                "typeString": "int_const 6595...(69 digits omitted)...3154"
              },
              "value": "0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2"
            },
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10124,
              "nodeType": "Block",
              "src": "591:69:54",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 10121,
                        "name": "name",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 10111,
                        "src": "651:4:54",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "argumentTypes": null,
                        "arguments": [
                          {
                            "argumentTypes": null,
                            "arguments": [
                              {
                                "argumentTypes": null,
                                "id": 10117,
                                "name": "ADDR_REVERSE_NODE",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 10107,
                                "src": "623:17:54",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_bytes32",
                                  "typeString": "bytes32"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bytes32",
                                  "typeString": "bytes32"
                                }
                              ],
                              "expression": {
                                "argumentTypes": null,
                                "id": 10115,
                                "name": "ens",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 10109,
                                "src": "613:3:54",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_ENS_$8818",
                                  "typeString": "contract ENS"
                                }
                              },
                              "id": 10116,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "owner",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 8787,
                              "src": "613:9:54",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_address_$",
                                "typeString": "function (bytes32) view external returns (address)"
                              }
                            },
                            "id": 10118,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "613:28:54",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 10114,
                          "name": "IReverseRegistrar",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 10104,
                          "src": "595:17:54",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_contract$_IReverseRegistrar_$10104_$",
                            "typeString": "type(contract IReverseRegistrar)"
                          }
                        },
                        "id": 10119,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "595:47:54",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IReverseRegistrar_$10104",
                          "typeString": "contract IReverseRegistrar"
                        }
                      },
                      "id": 10120,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "setName",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 10096,
                      "src": "595:55:54",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$_t_string_memory_ptr_$returns$_t_bytes32_$",
                        "typeString": "function (string memory) external returns (bytes32)"
                      }
                    },
                    "id": 10122,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "595:61:54",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 10123,
                  "nodeType": "ExpressionStatement",
                  "src": "595:61:54"
                }
              ]
            },
            "documentation": null,
            "id": 10125,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_setName",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 10112,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10109,
                  "mutability": "mutable",
                  "name": "ens",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10125,
                  "src": "551:7:54",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_ENS_$8818",
                    "typeString": "contract ENS"
                  },
                  "typeName": {
                    "contractScope": null,
                    "id": 10108,
                    "name": "ENS",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 8818,
                    "src": "551:3:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ENS_$8818",
                      "typeString": "contract ENS"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 10111,
                  "mutability": "mutable",
                  "name": "name",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 10125,
                  "src": "560:18:54",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 10110,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "560:6:54",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "550:29:54"
            },
            "returnParameters": {
              "id": 10113,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "591:0:54"
            },
            "scope": 10126,
            "src": "533:127:54",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          }
        ],
        "scope": 10127,
        "src": "382:280:54"
      }
    ],
    "src": "0:663:54"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.6+commit.6c089d02.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.1.0",
  "updatedAt": "2020-04-21T18:10:34.958Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}