amb-mediators/contracts/amb_ens_mirroring/PublicResolver.json

1150 lines
166 KiB
JSON

{
"contractName": "PublicResolver",
"abi": [
{
"inputs": [
{
"internalType": "contract ENS",
"name": "_ens",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "uint256",
"name": "contentType",
"type": "uint256"
}
],
"name": "ABIChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "address",
"name": "a",
"type": "address"
}
],
"name": "AddrChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "coinType",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bytes",
"name": "newAddress",
"type": "bytes"
}
],
"name": "AddressChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "target",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "isAuthorised",
"type": "bool"
}
],
"name": "AuthorisationChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes",
"name": "hash",
"type": "bytes"
}
],
"name": "ContenthashChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes",
"name": "name",
"type": "bytes"
},
{
"indexed": false,
"internalType": "uint16",
"name": "resource",
"type": "uint16"
},
{
"indexed": false,
"internalType": "bytes",
"name": "record",
"type": "bytes"
}
],
"name": "DNSRecordChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes",
"name": "name",
"type": "bytes"
},
{
"indexed": false,
"internalType": "uint16",
"name": "resource",
"type": "uint16"
}
],
"name": "DNSRecordDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "DNSZoneCleared",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes",
"name": "lastzonehash",
"type": "bytes"
},
{
"indexed": false,
"internalType": "bytes",
"name": "zonehash",
"type": "bytes"
}
],
"name": "DNSZonehashChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
},
{
"indexed": false,
"internalType": "address",
"name": "implementer",
"type": "address"
}
],
"name": "InterfaceChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "string",
"name": "name",
"type": "string"
}
],
"name": "NameChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "x",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "y",
"type": "bytes32"
}
],
"name": "PubkeyChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "string",
"name": "indexedKey",
"type": "string"
},
{
"indexed": false,
"internalType": "string",
"name": "key",
"type": "string"
}
],
"name": "TextChanged",
"type": "event"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "contentTypes",
"type": "uint256"
}
],
"name": "ABI",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "addr",
"outputs": [
{
"internalType": "address payable",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "coinType",
"type": "uint256"
}
],
"name": "addr",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
},
{
"internalType": "address",
"name": "",
"type": "address"
},
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "authorisations",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "clearDNSZone",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "contenthash",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "name",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "resource",
"type": "uint16"
}
],
"name": "dnsRecord",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "name",
"type": "bytes32"
}
],
"name": "hasDNSRecords",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
}
],
"name": "interfaceImplementer",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "name",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "pubkey",
"outputs": [
{
"internalType": "bytes32",
"name": "x",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "y",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "contentType",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "setABI",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "coinType",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "a",
"type": "bytes"
}
],
"name": "setAddr",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "address",
"name": "a",
"type": "address"
}
],
"name": "setAddr",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "hash",
"type": "bytes"
}
],
"name": "setContenthash",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "setDNSRecords",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
},
{
"internalType": "address",
"name": "implementer",
"type": "address"
}
],
"name": "setInterface",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "string",
"name": "name",
"type": "string"
}
],
"name": "setName",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "x",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "y",
"type": "bytes32"
}
],
"name": "setPubkey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "string",
"name": "key",
"type": "string"
},
{
"internalType": "string",
"name": "value",
"type": "string"
}
],
"name": "setText",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "hash",
"type": "bytes"
}
],
"name": "setZonehash",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "string",
"name": "key",
"type": "string"
}
],
"name": "text",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
}
],
"name": "zonehash",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "node",
"type": "bytes32"
},
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "bool",
"name": "isAuthorised",
"type": "bool"
}
],
"name": "setAuthorisation",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes[]",
"name": "data",
"type": "bytes[]"
}
],
"name": "multicall",
"outputs": [
{
"internalType": "bytes[]",
"name": "results",
"type": "bytes[]"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ENS\",\"name\":\"_ens\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"contentType\",\"type\":\"uint256\"}],\"name\":\"ABIChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"a\",\"type\":\"address\"}],\"name\":\"AddrChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"coinType\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"newAddress\",\"type\":\"bytes\"}],\"name\":\"AddressChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isAuthorised\",\"type\":\"bool\"}],\"name\":\"AuthorisationChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"hash\",\"type\":\"bytes\"}],\"name\":\"ContenthashChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"name\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"resource\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"record\",\"type\":\"bytes\"}],\"name\":\"DNSRecordChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"name\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"resource\",\"type\":\"uint16\"}],\"name\":\"DNSRecordDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"DNSZoneCleared\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"lastzonehash\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"zonehash\",\"type\":\"bytes\"}],\"name\":\"DNSZonehashChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"implementer\",\"type\":\"address\"}],\"name\":\"InterfaceChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"NameChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"x\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"y\",\"type\":\"bytes32\"}],\"name\":\"PubkeyChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"string\",\"name\":\"indexedKey\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"}],\"name\":\"TextChanged\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"contentTypes\",\"type\":\"uint256\"}],\"name\":\"ABI\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"addr\",\"outputs\":[{\"internalType\":\"address payable\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"coinType\",\"type\":\"uint256\"}],\"name\":\"addr\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"authorisations\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"clearDNSZone\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"contenthash\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"uint16\",\"name\":\"resource\",\"type\":\"uint16\"}],\"name\":\"dnsRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"name\":\"hasDNSRecords\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"interfaceImplementer\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes[]\",\"name\":\"data\",\"type\":\"bytes[]\"}],\"name\":\"multicall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"results\",\"type\":\"bytes[]\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"pubkey\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"x\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"y\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"contentType\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setABI\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"coinType\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"a\",\"type\":\"bytes\"}],\"name\":\"setAddr\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"a\",\"type\":\"address\"}],\"name\":\"setAddr\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isAuthorised\",\"type\":\"bool\"}],\"name\":\"setAuthorisation\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"hash\",\"type\":\"bytes\"}],\"name\":\"setContenthash\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setDNSRecords\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"},{\"internalType\":\"address\",\"name\":\"implementer\",\"type\":\"address\"}],\"name\":\"setInterface\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"setName\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"x\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"y\",\"type\":\"bytes32\"}],\"name\":\"setPubkey\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"value\",\"type\":\"string\"}],\"name\":\"setText\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"hash\",\"type\":\"bytes\"}],\"name\":\"setZonehash\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"}],\"name\":\"text\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"node\",\"type\":\"bytes32\"}],\"name\":\"zonehash\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{\"ABI(bytes32,uint256)\":{\"params\":{\"contentTypes\":\"A bitwise OR of the ABI formats accepted by the caller.\",\"node\":\"The ENS node to query\"},\"return\":\"contentType The content type of the return valuedata The ABI data\"},\"addr(bytes32)\":{\"params\":{\"node\":\"The ENS node to query.\"},\"return\":\"The associated address.\"},\"clearDNSZone(bytes32)\":{\"params\":{\"node\":\"the namehash of the node for which to clear the zone\"}},\"contenthash(bytes32)\":{\"params\":{\"node\":\"The ENS node to query.\"},\"return\":\"The associated contenthash.\"},\"dnsRecord(bytes32,bytes32,uint16)\":{\"params\":{\"name\":\"the keccak-256 hash of the fully-qualified name for which to fetch the record\",\"node\":\"the namehash of the node for which to fetch the record\",\"resource\":\"the ID of the resource as per https://en.wikipedia.org/wiki/List_of_DNS_record_types\"},\"return\":\"the DNS record in wire format if present, otherwise empty\"},\"hasDNSRecords(bytes32,bytes32)\":{\"params\":{\"name\":\"the namehash of the node for which to check the records\",\"node\":\"the namehash of the node for which to check the records\"}},\"interfaceImplementer(bytes32,bytes4)\":{\"params\":{\"interfaceID\":\"The EIP 165 interface ID to check for.\",\"node\":\"The ENS node to query.\"},\"return\":\"The address that implements this interface, or 0 if the interface is unsupported.\"},\"name(bytes32)\":{\"params\":{\"node\":\"The ENS node to query.\"},\"return\":\"The associated name.\"},\"pubkey(bytes32)\":{\"params\":{\"node\":\"The ENS node to query\"},\"return\":\"x, y the X and Y coordinates of the curve point for the public key.\"},\"setABI(bytes32,uint256,bytes)\":{\"params\":{\"contentType\":\"The content type of the ABI\",\"data\":\"The ABI data.\",\"node\":\"The node to update.\"}},\"setAddr(bytes32,address)\":{\"params\":{\"a\":\"The address to set.\",\"node\":\"The node to update.\"}},\"setAuthorisation(bytes32,address,bool)\":{\"details\":\"Sets or clears an authorisation. Authorisations are specific to the caller. Any account can set an authorisation for any name, but the authorisation that is checked will be that of the current owner of a name. Thus, transferring a name effectively clears any existing authorisations, and new authorisations can be set in advance of an ownership transfer if desired.\",\"params\":{\"isAuthorised\":\"True if the address should be authorised, or false if it should be deauthorised.\",\"node\":\"The name to change the authorisation on.\",\"target\":\"The address that is to be authorised or deauthorised.\"}},\"setContenthash(bytes32,bytes)\":{\"params\":{\"hash\":\"The contenthash to set\",\"node\":\"The node to update.\"}},\"setDNSRecords(bytes32,bytes)\":{\"params\":{\"data\":\"the DNS wire format records to set\",\"node\":\"the namehash of the node for which to set the records\"}},\"setInterface(bytes32,bytes4,address)\":{\"params\":{\"implementer\":\"The address of a contract that implements this interface for this node.\",\"interfaceID\":\"The EIP 165 interface ID.\",\"node\":\"The node to update.\"}},\"setName(bytes32,string)\":{\"params\":{\"name\":\"The name to set.\",\"node\":\"The node to update.\"}},\"setPubkey(bytes32,bytes32,bytes32)\":{\"params\":{\"node\":\"The ENS node to query\",\"x\":\"the X coordinate of the curve point for the public key.\",\"y\":\"the Y coordinate of the curve point for the public key.\"}},\"setText(bytes32,string,string)\":{\"params\":{\"key\":\"The key to set.\",\"node\":\"The node to update.\",\"value\":\"The text data value to set.\"}},\"setZonehash(bytes32,bytes)\":{\"params\":{\"hash\":\"The zonehash to set\",\"node\":\"The node to update.\"}},\"text(bytes32,string)\":{\"params\":{\"key\":\"The text data key to query.\",\"node\":\"The ENS node to query.\"},\"return\":\"The associated text data.\"},\"zonehash(bytes32)\":{\"params\":{\"node\":\"The ENS node to query.\"},\"return\":\"The associated contenthash.\"}}},\"userdoc\":{\"methods\":{\"ABI(bytes32,uint256)\":{\"notice\":\"Returns the ABI associated with an ENS node. Defined in EIP205.\"},\"addr(bytes32)\":{\"notice\":\"Returns the address associated with an ENS node.\"},\"clearDNSZone(bytes32)\":{\"notice\":\"Clear all information for a DNS zone.\"},\"contenthash(bytes32)\":{\"notice\":\"Returns the contenthash associated with an ENS node.\"},\"dnsRecord(bytes32,bytes32,uint16)\":{\"notice\":\"Obtain a DNS record.\"},\"hasDNSRecords(bytes32,bytes32)\":{\"notice\":\"Check if a given node has records.\"},\"interfaceImplementer(bytes32,bytes4)\":{\"notice\":\"Returns the address of a contract that implements the specified interface for this name. If an implementer has not been set for this interfaceID and name, the resolver will query the contract at `addr()`. If `addr()` is set, a contract exists at that address, and that contract implements EIP165 and returns `true` for the specified interfaceID, its address will be returned.\"},\"name(bytes32)\":{\"notice\":\"Returns the name associated with an ENS node, for reverse records. Defined in EIP181.\"},\"pubkey(bytes32)\":{\"notice\":\"Returns the SECP256k1 public key associated with an ENS node. Defined in EIP 619.\"},\"setABI(bytes32,uint256,bytes)\":{\"notice\":\"Sets the ABI associated with an ENS node. Nodes may have one ABI of each content type. To remove an ABI, set it to the empty string.\"},\"setAddr(bytes32,address)\":{\"notice\":\"Sets the address associated with an ENS node. May only be called by the owner of that node in the ENS registry.\"},\"setContenthash(bytes32,bytes)\":{\"notice\":\"Sets the contenthash associated with an ENS node. May only be called by the owner of that node in the ENS registry.\"},\"setDNSRecords(bytes32,bytes)\":{\"notice\":\"Set one or more DNS records. Records are supplied in wire-format. Records with the same node/name/resource must be supplied one after the other to ensure the data is updated correctly. For example, if the data was supplied: a.example.com IN A 1.2.3.4 a.example.com IN A 5.6.7.8 www.example.com IN CNAME a.example.com. then this would store the two A records for a.example.com correctly as a single RRSET, however if the data was supplied: a.example.com IN A 1.2.3.4 www.example.com IN CNAME a.example.com. a.example.com IN A 5.6.7.8 then this would store the first A record, the CNAME, then the second A record which would overwrite the first.\"},\"setInterface(bytes32,bytes4,address)\":{\"notice\":\"Sets an interface associated with a name. Setting the address to 0 restores the default behaviour of querying the contract at `addr()` for interface support.\"},\"setName(bytes32,string)\":{\"notice\":\"Sets the name associated with an ENS node, for reverse records. May only be called by the owner of that node in the ENS registry.\"},\"setPubkey(bytes32,bytes32,bytes32)\":{\"notice\":\"Sets the SECP256k1 public key associated with an ENS node.\"},\"setText(bytes32,string,string)\":{\"notice\":\"Sets the text data associated with an ENS node and key. May only be called by the owner of that node in the ENS registry.\"},\"setZonehash(bytes32,bytes)\":{\"notice\":\"setZonehash sets the hash for the zone. May only be called by the owner of that node in the ENS registry.\"},\"text(bytes32,string)\":{\"notice\":\"Returns the text data associated with an ENS node and key.\"},\"zonehash(bytes32)\":{\"notice\":\"zonehash obtains the hash for the zone.\"}},\"notice\":\"A simple resolver anyone can use; only allows the owner of a node to set its address.\"}},\"settings\":{\"compilationTarget\":{\"/Users/kirillfedoseev/work/resolvers/contracts/PublicResolver_flat.sol\":\"PublicResolver\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/kirillfedoseev/work/resolvers/contracts/PublicResolver_flat.sol\":{\"keccak256\":\"0xc6039adb3be8ba8d147abe8379f2c2a18501aa74510710c297bcbf469b396895\",\"urls\":[\"bzz-raw://531ec6b007891a449701a0a430fcfb6c642326c3c87ebf3f357466ab14152ec6\",\"dweb:/ipfs/QmNWmLzgXCmqABgavocn2tSJkzJDZguFzoYBbLgbNefPrE\"]}},\"version\":1}",
"bytecode": "0x60806040523480156200001157600080fd5b50604051620027d5380380620027d583398101604081905262000034916200006d565b600b80546001600160a01b0319166001600160a01b0392909216919091179055620000d6565b80516200006781620000bc565b92915050565b6000602082840312156200008057600080fd5b60006200008e84846200005a565b949350505050565b60006200006782620000b0565b6000620000678262000096565b6001600160a01b031690565b620000c781620000a3565b8114620000d357600080fd5b50565b6126ef80620000e66000396000f3fe608060405234801561001057600080fd5b506004361061018e5760003560e01c8063691f3431116100de578063bc1c58d111610097578063d5fa2b0011610071578063d5fa2b0014610390578063e59d895d146103a3578063f1cb7e06146103b6578063f86bc879146103c95761018e565b8063bc1c58d114610349578063c86902331461035c578063ce3decdc1461037d5761018e565b8063691f3431146102ca57806377372213146102dd5780638b95dd71146102f0578063a8fa568214610303578063ac9650d814610316578063ad5780af146103365761018e565b8063304e6ade1161014b5780634cbf6ba4116101255780634cbf6ba41461027157806359d1d43c146102845780635c98042b146102a4578063623195b0146102b75761018e565b8063304e6ade146102385780633b3b57de1461024b5780633e9ce7941461025e5761018e565b806301ffc9a7146101935780630af179d7146101bc57806310f13a8c146101d1578063124a319c146101e45780632203ab561461020457806329cd62ea14610225575b600080fd5b6101a66101a136600461226f565b6103dc565b6040516101b39190612482565b60405180910390f35b6101cf6101ca3660046120cf565b610409565b005b6101cf6101df366004612125565b6105f6565b6101f76101f236600461206d565b6106a3565b6040516101b39190612455565b610217610212366004611fb7565b6108ce565b6040516101b392919061256b565b6101cf610233366004611fe7565b6109ed565b6101cf6102463660046120cf565b610a6d565b6101f7610259366004611ecf565b610acc565b6101cf61026c366004611f74565b610b01565b6101a661027f366004611fb7565b610b7b565b6102976102923660046120cf565b610bad565b6040516101b391906124d9565b6102976102b2366004611ecf565b610c6f565b6101cf6102c53660046121ac565b610d10565b6102976102d8366004611ecf565b610d8b565b6101cf6102eb3660046120cf565b610df5565b6101cf6102fe366004612214565b610e54565b61029761031136600461202a565b610f19565b610329610324366004611e8d565b610fa6565b6040516101b39190612471565b6101cf610344366004611ecf565b6110cc565b610297610357366004611ecf565b61111f565b61036f61036a366004611ecf565b611187565b6040516101b392919061249e565b6101cf61038b3660046120cf565b6111a1565b6101cf61039e366004611eed565b6112b0565b6101cf6103b136600461209d565b6112d7565b6102976103c4366004611fb7565b611367565b6101a66103d7366004611f27565b611410565b60006001600160e01b03198216631674750f60e21b1480610401575061040182611436565b90505b919050565b826104138161145b565b61041c57600080fd5b6000806060808261042b611bb9565b61047560008a8a8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929392505063ffffffff61152a169050565b90505b61048181611545565b6105995761ffff86166104d9578060400151955061049e81611553565b9350836040516020016104b1919061243e565b6040516020818303038152906040528051906020012091506104d28161157a565b925061058b565b60606104e482611553565b9050816040015161ffff168761ffff1614158061050e575061050c858263ffffffff61159b16565b155b15610589576105628b86898d8d8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505050602087015189518c9182900390156115b9565b8160400151965081602001519550809450848051906020012092506105868261157a565b93505b505b610594816117e6565b610478565b508251156105eb576105eb8984878b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505088518b9250828f039150156115b9565b505050505050505050565b846106008161145b565b61060957600080fd5b8282600a6000898152602001908152602001600020878760405161062e929190612431565b908152604051908190036020019020610648929091611c04565b508484604051610659929190612431565b6040518091039020867fd8c9334b1a9c2f9da342a0a2b32629c1a229b6445dad78947f674b44444a755087876040516106939291906124c7565b60405180910390a3505050505050565b60008281526007602090815260408083206001600160e01b0319851684529091528120546001600160a01b031680156106dd5790506108c8565b60006106e885610acc565b90506001600160a01b038116610703576000925050506108c8565b60006060826001600160a01b03166301ffc9a760e01b60405160240161072991906124b9565b60408051601f198184030181529181526020820180516001600160e01b03166301ffc9a760e01b1790525161075e919061243e565b600060405180830381855afa9150503d8060008114610799576040519150601f19603f3d011682016040523d82523d6000602084013e61079e565b606091505b50915091508115806107b1575060208151105b806107d5575080601f815181106107c457fe5b01602001516001600160f81b031916155b156107e75760009450505050506108c8565b826001600160a01b03168660405160240161080291906124b9565b60408051601f198184030181529181526020820180516001600160e01b03166301ffc9a760e01b17905251610837919061243e565b600060405180830381855afa9150503d8060008114610872576040519150601f19603f3d011682016040523d82523d6000602084013e610877565b606091505b50909250905081158061088b575060208151105b806108af575080601f8151811061089e57fe5b01602001516001600160f81b031916155b156108c15760009450505050506108c8565b5090925050505b92915050565b600082815260208190526040812060609060015b8481116109cf578085161580159061091a57506000818152602083905260409020546002600019610100600184161502019091160415155b156109c7576000818152602083815260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452849391928391908301828280156109b55780601f1061098a576101008083540402835291602001916109b5565b820191906000526020600020905b81548152906001019060200180831161099857829003601f168201915b505050505090509350935050506109e6565b60011b6108e2565b505060408051602081019091526000808252925090505b9250929050565b826109f78161145b565b610a0057600080fd5b6040805180820182528481526020808201858152600088815260099092529083902091518255516001909101555184907f1d6f5e03d3f63eb58751986629a5439baee5079ff04f345becb66e23eb154e4690610a5f908690869061249e565b60405180910390a250505050565b82610a778161145b565b610a8057600080fd5b6000848152600260205260409020610a99908484611c04565b50837fe379c1624ed7e714cc0937528a32359d69d5281337765313dba4e081b72d75788484604051610a5f9291906124c7565b60006060610adb83603c611367565b9050805160001415610af1576000915050610404565b610afa816118b9565b9392505050565b6000838152600c60209081526040808320338085529083528184206001600160a01b038716808652935292819020805460ff19168515151790555190919085907fe1c5610a6e0cbe10764ecd182adcef1ec338dc4e199c99c32ce98f38e12791df90610b6e908690612482565b60405180910390a4505050565b600091825260066020908152604080842060048352818520548552825280842092845291905290205461ffff16151590565b6060600a60008581526020019081526020016000208383604051610bd2929190612431565b9081526040805160209281900383018120805460026001821615610100026000190190911604601f81018590048502830185019093528282529092909190830182828015610c615780601f10610c3657610100808354040283529160200191610c61565b820191906000526020600020905b815481529060010190602001808311610c4457829003601f168201915b505050505090509392505050565b60008181526003602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b820191906000526020600020905b815481529060010190602001808311610ce757829003601f168201915b50505050509050919050565b83610d1a8161145b565b610d2357600080fd5b6000198401841615610d3457600080fd5b6000858152602081815260408083208784529091529020610d56908484611c04565b50604051849086907faa121bbeef5f32f5961a2a28966e769023910fc9479059ee3495d4c1a696efe390600090a35050505050565b60008181526008602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b82610dff8161145b565b610e0857600080fd5b6000848152600860205260409020610e21908484611c04565b50837fb7d29e911041e8d9b843369e890bcb72c9388692ba48b65ac54e7214c4c348f78484604051610a5f9291906124c7565b82610e5e8161145b565b610e6757600080fd5b837f65412581168e88a1e60c6459d7f44ae83ad0832e670826c05a4e2476b57af7528484604051610e9992919061256b565b60405180910390a2603c831415610eeb57837f52d7d861f09ab3d26239d492e8968629f95e9e318cf0b73bfddc441522a15fd2610ed5846118b9565b604051610ee29190612463565b60405180910390a25b600084815260016020908152604080832086845282529091208351610f1292850190611c82565b5050505050565b6000838152600560209081526040808320600483528184205484528252808320858452825280832061ffff8516845282529182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610c615780601f10610c3657610100808354040283529160200191610c61565b604080518281526020808402820101909152606090828015610fdc57816020015b6060815260200190600190039081610fc75790505b50905060005b828110156110c5576000606030868685818110610ffb57fe5b602002820190508035601e193684900301811261101757600080fd5b9091016020810191503567ffffffffffffffff81111561103657600080fd5b3681900382131561104657600080fd5b604051611054929190612431565b600060405180830381855af49150503d806000811461108f576040519150601f19603f3d011682016040523d82523d6000602084013e611094565b606091505b5091509150816110a357600080fd5b808484815181106110b057fe5b60209081029190910101525050600101610fe2565b5092915050565b806110d68161145b565b6110df57600080fd5b600082815260046020526040808220805460010190555183917fb757169b8492ca2f1c6619d9d76ce22803035c3b1d5f6930dffe7b127c1a198391a25050565b600081815260026020818152604092839020805484516001821615610100026000190190911693909304601f81018390048302840183019094528383526060939091830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b600090815260096020526040902080546001909101549091565b826111ab8161145b565b6111b457600080fd5b60008481526003602090815260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156112495780601f1061121e57610100808354040283529160200191611249565b820191906000526020600020905b81548152906001019060200180831161122c57829003601f168201915b505050600088815260036020526040902092935061126c92915086905085611c04565b50847f8f15ed4b723ef428f250961da8315675b507046737e19319fc1a4d81bfe87f858286866040516112a1939291906124ea565b60405180910390a25050505050565b816112ba8161145b565b6112c357600080fd5b6112d283603c6102fe856118d8565b505050565b826112e18161145b565b6112ea57600080fd5b60008481526007602090815260408083206001600160e01b0319871680855292529182902080546001600160a01b0319166001600160a01b038616179055905185907f7c69f06bea0bdef565b709e93a147836b0063ba2dd89f02d0b7e8d931e6a6daa90611359908690612455565b60405180910390a350505050565b600082815260016020818152604080842085855282529283902080548451600294821615610100026000190190911693909304601f810183900483028401830190945283835260609390918301828280156114035780601f106113d857610100808354040283529160200191611403565b820191906000526020600020905b8154815290600101906020018083116113e657829003601f168201915b5050505050905092915050565b600c60209081526000938452604080852082529284528284209052825290205460ff1681565b60006001600160e01b0319821663c869023360e01b1480610401575061040182611908565b600b546040516302571be360e01b815260009182916001600160a01b03909116906302571be390611490908690600401612490565b60206040518083038186803b1580156114a857600080fd5b505afa1580156114bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506114e09190810190611e67565b90506001600160a01b038116331480610afa57506000838152600c602090815260408083206001600160a01b0385168452825280832033845290915290205460ff16915050919050565b611532611bb9565b82815260c081018290526108c8816117e6565b805151602090910151101590565b602081015181516060916104019161156b908261192d565b8451919063ffffffff61197416565b60a081015160c082015182516060926104019281900363ffffffff61197416565b600081518351148015610afa5750610afa83600084600087516119d6565b60008781526004602090815260409091205487519188019190912060606115e787878763ffffffff61197416565b905083156116e45760008a81526005602090815260408083208684528252808320858452825280832061ffff8c168452909152902054600260001961010060018416150201909116041561166f5760008a815260066020908152604080832086845282528083208584529091529020805461ffff19811661ffff918216600019019091161790555b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c16845290915281206116a591611cf0565b897f03528ed0c2a3ebc993b12ce3c16bb382f9c7d88ef7d8a1bf290eaf35955a12078a8a6040516116d7929190612519565b60405180910390a26117da565b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c168452909152902054600260001961010060018416150201909116046117615760008a815260066020908152604080832086845282528083208584529091529020805461ffff8082166001011661ffff199091161790555b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c1684528252909120825161179c92840190611c82565b50897f52a608b3303a48862d07a73d82fa221318c0027fbbcfb1b2329bface3f19ff2b8a8a846040516117d193929190612539565b60405180910390a25b50505050505050505050565b60c081015160208201819052815151116117ff576118b6565b60006118138260000151836020015161192d565b602083015183519101915061182e908263ffffffff6119f916565b61ffff166040830152815160029190910190611850908263ffffffff6119f916565b61ffff166060830152815160029190910190611872908263ffffffff611a1916565b63ffffffff9081166080840152825160049290920191600091611898919084906119f916565b600283810160a086015261ffff9190911690920190910160c0830152505b50565b600081516014146118c957600080fd5b5060200151600160601b900490565b604080516014808252818301909252606091602082018180388339505050600160601b9290920260208301525090565b60006001600160e01b0319821663691f343160e01b1480610401575061040182611a3b565b6000815b8351811061193b57fe5b600061194d858363ffffffff611a7616565b60ff1691820160010191905080611964575061196a565b50611931565b9190910392915050565b60608351828401111561198657600080fd5b6060826040519080825280601f01601f1916602001820160405280156119b3576020820181803883390190505b509050602080820190868601016119cb828287611a94565b509095945050505050565b60006119e3848484611ad2565b6119ee878785611ad2565b149695505050505050565b60008251826002011115611a0c57600080fd5b50016002015161ffff1690565b60008251826004011115611a2c57600080fd5b50016004015163ffffffff1690565b6000604051611a499061244a565b60405180910390206001600160e01b031916826001600160e01b0319161480610401575061040182611aee565b6000828281518110611a8457fe5b016020015160f81c905092915050565b5b60208110611ab4578151835260209283019290910190601f1901611a95565b905182516020929092036101000a6000190180199091169116179052565b600083518284011115611ae457600080fd5b5091016020012090565b60006001600160e01b0319821663547d2b4160e11b1480611b1f57506001600160e01b03198216631711d8df60e21b145b8061040157506104018260006001600160e01b0319821663bc1c58d160e01b148061040157506104018260006001600160e01b03198216631d9dabef60e11b1480611b7a57506001600160e01b031982166378e5bf0360e11b145b8061040157506104018260006001600160e01b03198216631101d5ab60e11b148061040157506301ffc9a760e01b6001600160e01b0319831614610401565b6040518060e001604052806060815260200160008152602001600061ffff168152602001600061ffff168152602001600063ffffffff16815260200160008152602001600081525090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611c455782800160ff19823516178555611c72565b82800160010185558215611c72579182015b82811115611c72578235825591602001919060010190611c57565b50611c7e929150611d30565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611cc357805160ff1916838001178555611c72565b82800160010185558215611c72579182015b82811115611c72578251825591602001919060010190611cd5565b50805460018160011615610100020316600290046000825580601f10611d1657506118b6565b601f0160209004906000526020600020908101906118b691905b611d4a91905b80821115611c7e5760008155600101611d36565b90565b80356108c881612674565b80516108c881612674565b60008083601f840112611d7557600080fd5b50813567ffffffffffffffff811115611d8d57600080fd5b6020830191508360208202830111156109e657600080fd5b80356108c881612688565b80356108c881612691565b80356108c88161269a565b60008083601f840112611dd857600080fd5b50813567ffffffffffffffff811115611df057600080fd5b6020830191508360018202830111156109e657600080fd5b600082601f830112611e1957600080fd5b8135611e2c611e27826125b2565b61258b565b91508082526020830160208301858383011115611e4857600080fd5b611e5383828461262e565b50505092915050565b80356108c8816126a3565b600060208284031215611e7957600080fd5b6000611e858484611d58565b949350505050565b60008060208385031215611ea057600080fd5b823567ffffffffffffffff811115611eb757600080fd5b611ec385828601611d63565b92509250509250929050565b600060208284031215611ee157600080fd5b6000611e858484611db0565b60008060408385031215611f0057600080fd5b6000611f0c8585611db0565b9250506020611f1d85828601611d4d565b9150509250929050565b600080600060608486031215611f3c57600080fd5b6000611f488686611db0565b9350506020611f5986828701611d4d565b9250506040611f6a86828701611d4d565b9150509250925092565b600080600060608486031215611f8957600080fd5b6000611f958686611db0565b9350506020611fa686828701611d4d565b9250506040611f6a86828701611da5565b60008060408385031215611fca57600080fd5b6000611fd68585611db0565b9250506020611f1d85828601611db0565b600080600060608486031215611ffc57600080fd5b60006120088686611db0565b935050602061201986828701611db0565b9250506040611f6a86828701611db0565b60008060006060848603121561203f57600080fd5b600061204b8686611db0565b935050602061205c86828701611db0565b9250506040611f6a86828701611e5c565b6000806040838503121561208057600080fd5b600061208c8585611db0565b9250506020611f1d85828601611dbb565b6000806000606084860312156120b257600080fd5b60006120be8686611db0565b9350506020611f5986828701611dbb565b6000806000604084860312156120e457600080fd5b60006120f08686611db0565b935050602084013567ffffffffffffffff81111561210d57600080fd5b61211986828701611dc6565b92509250509250925092565b60008060008060006060868803121561213d57600080fd5b60006121498888611db0565b955050602086013567ffffffffffffffff81111561216657600080fd5b61217288828901611dc6565b9450945050604086013567ffffffffffffffff81111561219157600080fd5b61219d88828901611dc6565b92509250509295509295909350565b600080600080606085870312156121c257600080fd5b60006121ce8787611db0565b94505060206121df87828801611db0565b935050604085013567ffffffffffffffff8111156121fc57600080fd5b61220887828801611dc6565b95989497509550505050565b60008060006060848603121561222957600080fd5b60006122358686611db0565b935050602061224686828701611db0565b925050604084013567ffffffffffffffff81111561226357600080fd5b611f6a86828701611e08565b60006020828403121561228157600080fd5b6000611e858484611dbb565b6000610afa8383612385565b6122a28161261d565b82525050565b6122a2816125ed565b60006122bc826125e0565b6122c681856125e4565b9350836020820285016122d8856125da565b8060005b8581101561231257848403895281516122f5858261228d565b9450612300836125da565b60209a909a01999250506001016122dc565b5091979650505050505050565b6122a2816125f8565b6122a281611d4a565b6122a2816125fd565b600061234683856125e4565b935061235383858461262e565b61235c8361266a565b9093019392505050565b60006123728385610404565b935061237f83858461262e565b50500190565b6000612390826125e0565b61239a81856125e4565b93506123aa81856020860161263a565b61235c8161266a565b60006123be826125e0565b6123c88185610404565b93506123d881856020860161263a565b9290920192915050565b60006123ef602483610404565b7f696e74657266616365496d706c656d656e74657228627974657333322c6279748152636573342960e01b602082015260240192915050565b6122a28161260a565b6000611e85828486612366565b6000610afa82846123b3565b60006108c8826123e2565b602081016108c882846122a8565b602081016108c88284612299565b60208082528101610afa81846122b1565b602081016108c8828461231f565b602081016108c88284612328565b604081016124ac8285612328565b610afa6020830184612328565b602081016108c88284612331565b60208082528101611e8581848661233a565b60208082528101610afa8184612385565b604080825281016124fb8186612385565b9050818103602083015261251081848661233a565b95945050505050565b6040808252810161252a8185612385565b9050610afa6020830184612428565b6060808252810161254a8186612385565b90506125596020830185612428565b81810360408301526125108184612385565b604081016125798285612328565b8181036020830152611e858184612385565b60405181810167ffffffffffffffff811182821017156125aa57600080fd5b604052919050565b600067ffffffffffffffff8211156125c957600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061040182612611565b151590565b6001600160e01b03191690565b61ffff1690565b6001600160a01b031690565b6000610401826000610401826125ed565b82818337506000910152565b60005b8381101561265557818101518382015260200161263d565b83811115612664576000848401525b50505050565b601f01601f191690565b61267d816125ed565b81146118b657600080fd5b61267d816125f8565b61267d81611d4a565b61267d816125fd565b61267d8161260a56fea365627a7a723158207e8a4f9aaee6985411ba119ca2958b27a819c00ace256eae5fd63978dd0271c16c6578706572696d656e74616cf564736f6c63430005100040",
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061018e5760003560e01c8063691f3431116100de578063bc1c58d111610097578063d5fa2b0011610071578063d5fa2b0014610390578063e59d895d146103a3578063f1cb7e06146103b6578063f86bc879146103c95761018e565b8063bc1c58d114610349578063c86902331461035c578063ce3decdc1461037d5761018e565b8063691f3431146102ca57806377372213146102dd5780638b95dd71146102f0578063a8fa568214610303578063ac9650d814610316578063ad5780af146103365761018e565b8063304e6ade1161014b5780634cbf6ba4116101255780634cbf6ba41461027157806359d1d43c146102845780635c98042b146102a4578063623195b0146102b75761018e565b8063304e6ade146102385780633b3b57de1461024b5780633e9ce7941461025e5761018e565b806301ffc9a7146101935780630af179d7146101bc57806310f13a8c146101d1578063124a319c146101e45780632203ab561461020457806329cd62ea14610225575b600080fd5b6101a66101a136600461226f565b6103dc565b6040516101b39190612482565b60405180910390f35b6101cf6101ca3660046120cf565b610409565b005b6101cf6101df366004612125565b6105f6565b6101f76101f236600461206d565b6106a3565b6040516101b39190612455565b610217610212366004611fb7565b6108ce565b6040516101b392919061256b565b6101cf610233366004611fe7565b6109ed565b6101cf6102463660046120cf565b610a6d565b6101f7610259366004611ecf565b610acc565b6101cf61026c366004611f74565b610b01565b6101a661027f366004611fb7565b610b7b565b6102976102923660046120cf565b610bad565b6040516101b391906124d9565b6102976102b2366004611ecf565b610c6f565b6101cf6102c53660046121ac565b610d10565b6102976102d8366004611ecf565b610d8b565b6101cf6102eb3660046120cf565b610df5565b6101cf6102fe366004612214565b610e54565b61029761031136600461202a565b610f19565b610329610324366004611e8d565b610fa6565b6040516101b39190612471565b6101cf610344366004611ecf565b6110cc565b610297610357366004611ecf565b61111f565b61036f61036a366004611ecf565b611187565b6040516101b392919061249e565b6101cf61038b3660046120cf565b6111a1565b6101cf61039e366004611eed565b6112b0565b6101cf6103b136600461209d565b6112d7565b6102976103c4366004611fb7565b611367565b6101a66103d7366004611f27565b611410565b60006001600160e01b03198216631674750f60e21b1480610401575061040182611436565b90505b919050565b826104138161145b565b61041c57600080fd5b6000806060808261042b611bb9565b61047560008a8a8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929392505063ffffffff61152a169050565b90505b61048181611545565b6105995761ffff86166104d9578060400151955061049e81611553565b9350836040516020016104b1919061243e565b6040516020818303038152906040528051906020012091506104d28161157a565b925061058b565b60606104e482611553565b9050816040015161ffff168761ffff1614158061050e575061050c858263ffffffff61159b16565b155b15610589576105628b86898d8d8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505050602087015189518c9182900390156115b9565b8160400151965081602001519550809450848051906020012092506105868261157a565b93505b505b610594816117e6565b610478565b508251156105eb576105eb8984878b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505088518b9250828f039150156115b9565b505050505050505050565b846106008161145b565b61060957600080fd5b8282600a6000898152602001908152602001600020878760405161062e929190612431565b908152604051908190036020019020610648929091611c04565b508484604051610659929190612431565b6040518091039020867fd8c9334b1a9c2f9da342a0a2b32629c1a229b6445dad78947f674b44444a755087876040516106939291906124c7565b60405180910390a3505050505050565b60008281526007602090815260408083206001600160e01b0319851684529091528120546001600160a01b031680156106dd5790506108c8565b60006106e885610acc565b90506001600160a01b038116610703576000925050506108c8565b60006060826001600160a01b03166301ffc9a760e01b60405160240161072991906124b9565b60408051601f198184030181529181526020820180516001600160e01b03166301ffc9a760e01b1790525161075e919061243e565b600060405180830381855afa9150503d8060008114610799576040519150601f19603f3d011682016040523d82523d6000602084013e61079e565b606091505b50915091508115806107b1575060208151105b806107d5575080601f815181106107c457fe5b01602001516001600160f81b031916155b156107e75760009450505050506108c8565b826001600160a01b03168660405160240161080291906124b9565b60408051601f198184030181529181526020820180516001600160e01b03166301ffc9a760e01b17905251610837919061243e565b600060405180830381855afa9150503d8060008114610872576040519150601f19603f3d011682016040523d82523d6000602084013e610877565b606091505b50909250905081158061088b575060208151105b806108af575080601f8151811061089e57fe5b01602001516001600160f81b031916155b156108c15760009450505050506108c8565b5090925050505b92915050565b600082815260208190526040812060609060015b8481116109cf578085161580159061091a57506000818152602083905260409020546002600019610100600184161502019091160415155b156109c7576000818152602083815260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452849391928391908301828280156109b55780601f1061098a576101008083540402835291602001916109b5565b820191906000526020600020905b81548152906001019060200180831161099857829003601f168201915b505050505090509350935050506109e6565b60011b6108e2565b505060408051602081019091526000808252925090505b9250929050565b826109f78161145b565b610a0057600080fd5b6040805180820182528481526020808201858152600088815260099092529083902091518255516001909101555184907f1d6f5e03d3f63eb58751986629a5439baee5079ff04f345becb66e23eb154e4690610a5f908690869061249e565b60405180910390a250505050565b82610a778161145b565b610a8057600080fd5b6000848152600260205260409020610a99908484611c04565b50837fe379c1624ed7e714cc0937528a32359d69d5281337765313dba4e081b72d75788484604051610a5f9291906124c7565b60006060610adb83603c611367565b9050805160001415610af1576000915050610404565b610afa816118b9565b9392505050565b6000838152600c60209081526040808320338085529083528184206001600160a01b038716808652935292819020805460ff19168515151790555190919085907fe1c5610a6e0cbe10764ecd182adcef1ec338dc4e199c99c32ce98f38e12791df90610b6e908690612482565b60405180910390a4505050565b600091825260066020908152604080842060048352818520548552825280842092845291905290205461ffff16151590565b6060600a60008581526020019081526020016000208383604051610bd2929190612431565b9081526040805160209281900383018120805460026001821615610100026000190190911604601f81018590048502830185019093528282529092909190830182828015610c615780601f10610c3657610100808354040283529160200191610c61565b820191906000526020600020905b815481529060010190602001808311610c4457829003601f168201915b505050505090509392505050565b60008181526003602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b820191906000526020600020905b815481529060010190602001808311610ce757829003601f168201915b50505050509050919050565b83610d1a8161145b565b610d2357600080fd5b6000198401841615610d3457600080fd5b6000858152602081815260408083208784529091529020610d56908484611c04565b50604051849086907faa121bbeef5f32f5961a2a28966e769023910fc9479059ee3495d4c1a696efe390600090a35050505050565b60008181526008602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b82610dff8161145b565b610e0857600080fd5b6000848152600860205260409020610e21908484611c04565b50837fb7d29e911041e8d9b843369e890bcb72c9388692ba48b65ac54e7214c4c348f78484604051610a5f9291906124c7565b82610e5e8161145b565b610e6757600080fd5b837f65412581168e88a1e60c6459d7f44ae83ad0832e670826c05a4e2476b57af7528484604051610e9992919061256b565b60405180910390a2603c831415610eeb57837f52d7d861f09ab3d26239d492e8968629f95e9e318cf0b73bfddc441522a15fd2610ed5846118b9565b604051610ee29190612463565b60405180910390a25b600084815260016020908152604080832086845282529091208351610f1292850190611c82565b5050505050565b6000838152600560209081526040808320600483528184205484528252808320858452825280832061ffff8516845282529182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610c615780601f10610c3657610100808354040283529160200191610c61565b604080518281526020808402820101909152606090828015610fdc57816020015b6060815260200190600190039081610fc75790505b50905060005b828110156110c5576000606030868685818110610ffb57fe5b602002820190508035601e193684900301811261101757600080fd5b9091016020810191503567ffffffffffffffff81111561103657600080fd5b3681900382131561104657600080fd5b604051611054929190612431565b600060405180830381855af49150503d806000811461108f576040519150601f19603f3d011682016040523d82523d6000602084013e611094565b606091505b5091509150816110a357600080fd5b808484815181106110b057fe5b60209081029190910101525050600101610fe2565b5092915050565b806110d68161145b565b6110df57600080fd5b600082815260046020526040808220805460010190555183917fb757169b8492ca2f1c6619d9d76ce22803035c3b1d5f6930dffe7b127c1a198391a25050565b600081815260026020818152604092839020805484516001821615610100026000190190911693909304601f81018390048302840183019094528383526060939091830182828015610d045780601f10610cd957610100808354040283529160200191610d04565b600090815260096020526040902080546001909101549091565b826111ab8161145b565b6111b457600080fd5b60008481526003602090815260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156112495780601f1061121e57610100808354040283529160200191611249565b820191906000526020600020905b81548152906001019060200180831161122c57829003601f168201915b505050600088815260036020526040902092935061126c92915086905085611c04565b50847f8f15ed4b723ef428f250961da8315675b507046737e19319fc1a4d81bfe87f858286866040516112a1939291906124ea565b60405180910390a25050505050565b816112ba8161145b565b6112c357600080fd5b6112d283603c6102fe856118d8565b505050565b826112e18161145b565b6112ea57600080fd5b60008481526007602090815260408083206001600160e01b0319871680855292529182902080546001600160a01b0319166001600160a01b038616179055905185907f7c69f06bea0bdef565b709e93a147836b0063ba2dd89f02d0b7e8d931e6a6daa90611359908690612455565b60405180910390a350505050565b600082815260016020818152604080842085855282529283902080548451600294821615610100026000190190911693909304601f810183900483028401830190945283835260609390918301828280156114035780601f106113d857610100808354040283529160200191611403565b820191906000526020600020905b8154815290600101906020018083116113e657829003601f168201915b5050505050905092915050565b600c60209081526000938452604080852082529284528284209052825290205460ff1681565b60006001600160e01b0319821663c869023360e01b1480610401575061040182611908565b600b546040516302571be360e01b815260009182916001600160a01b03909116906302571be390611490908690600401612490565b60206040518083038186803b1580156114a857600080fd5b505afa1580156114bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506114e09190810190611e67565b90506001600160a01b038116331480610afa57506000838152600c602090815260408083206001600160a01b0385168452825280832033845290915290205460ff16915050919050565b611532611bb9565b82815260c081018290526108c8816117e6565b805151602090910151101590565b602081015181516060916104019161156b908261192d565b8451919063ffffffff61197416565b60a081015160c082015182516060926104019281900363ffffffff61197416565b600081518351148015610afa5750610afa83600084600087516119d6565b60008781526004602090815260409091205487519188019190912060606115e787878763ffffffff61197416565b905083156116e45760008a81526005602090815260408083208684528252808320858452825280832061ffff8c168452909152902054600260001961010060018416150201909116041561166f5760008a815260066020908152604080832086845282528083208584529091529020805461ffff19811661ffff918216600019019091161790555b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c16845290915281206116a591611cf0565b897f03528ed0c2a3ebc993b12ce3c16bb382f9c7d88ef7d8a1bf290eaf35955a12078a8a6040516116d7929190612519565b60405180910390a26117da565b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c168452909152902054600260001961010060018416150201909116046117615760008a815260066020908152604080832086845282528083208584529091529020805461ffff8082166001011661ffff199091161790555b60008a81526005602090815260408083208684528252808320858452825280832061ffff8c1684528252909120825161179c92840190611c82565b50897f52a608b3303a48862d07a73d82fa221318c0027fbbcfb1b2329bface3f19ff2b8a8a846040516117d193929190612539565b60405180910390a25b50505050505050505050565b60c081015160208201819052815151116117ff576118b6565b60006118138260000151836020015161192d565b602083015183519101915061182e908263ffffffff6119f916565b61ffff166040830152815160029190910190611850908263ffffffff6119f916565b61ffff166060830152815160029190910190611872908263ffffffff611a1916565b63ffffffff9081166080840152825160049290920191600091611898919084906119f916565b600283810160a086015261ffff9190911690920190910160c0830152505b50565b600081516014146118c957600080fd5b5060200151600160601b900490565b604080516014808252818301909252606091602082018180388339505050600160601b9290920260208301525090565b60006001600160e01b0319821663691f343160e01b1480610401575061040182611a3b565b6000815b8351811061193b57fe5b600061194d858363ffffffff611a7616565b60ff1691820160010191905080611964575061196a565b50611931565b9190910392915050565b60608351828401111561198657600080fd5b6060826040519080825280601f01601f1916602001820160405280156119b3576020820181803883390190505b509050602080820190868601016119cb828287611a94565b509095945050505050565b60006119e3848484611ad2565b6119ee878785611ad2565b149695505050505050565b60008251826002011115611a0c57600080fd5b50016002015161ffff1690565b60008251826004011115611a2c57600080fd5b50016004015163ffffffff1690565b6000604051611a499061244a565b60405180910390206001600160e01b031916826001600160e01b0319161480610401575061040182611aee565b6000828281518110611a8457fe5b016020015160f81c905092915050565b5b60208110611ab4578151835260209283019290910190601f1901611a95565b905182516020929092036101000a6000190180199091169116179052565b600083518284011115611ae457600080fd5b5091016020012090565b60006001600160e01b0319821663547d2b4160e11b1480611b1f57506001600160e01b03198216631711d8df60e21b145b8061040157506104018260006001600160e01b0319821663bc1c58d160e01b148061040157506104018260006001600160e01b03198216631d9dabef60e11b1480611b7a57506001600160e01b031982166378e5bf0360e11b145b8061040157506104018260006001600160e01b03198216631101d5ab60e11b148061040157506301ffc9a760e01b6001600160e01b0319831614610401565b6040518060e001604052806060815260200160008152602001600061ffff168152602001600061ffff168152602001600063ffffffff16815260200160008152602001600081525090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611c455782800160ff19823516178555611c72565b82800160010185558215611c72579182015b82811115611c72578235825591602001919060010190611c57565b50611c7e929150611d30565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611cc357805160ff1916838001178555611c72565b82800160010185558215611c72579182015b82811115611c72578251825591602001919060010190611cd5565b50805460018160011615610100020316600290046000825580601f10611d1657506118b6565b601f0160209004906000526020600020908101906118b691905b611d4a91905b80821115611c7e5760008155600101611d36565b90565b80356108c881612674565b80516108c881612674565b60008083601f840112611d7557600080fd5b50813567ffffffffffffffff811115611d8d57600080fd5b6020830191508360208202830111156109e657600080fd5b80356108c881612688565b80356108c881612691565b80356108c88161269a565b60008083601f840112611dd857600080fd5b50813567ffffffffffffffff811115611df057600080fd5b6020830191508360018202830111156109e657600080fd5b600082601f830112611e1957600080fd5b8135611e2c611e27826125b2565b61258b565b91508082526020830160208301858383011115611e4857600080fd5b611e5383828461262e565b50505092915050565b80356108c8816126a3565b600060208284031215611e7957600080fd5b6000611e858484611d58565b949350505050565b60008060208385031215611ea057600080fd5b823567ffffffffffffffff811115611eb757600080fd5b611ec385828601611d63565b92509250509250929050565b600060208284031215611ee157600080fd5b6000611e858484611db0565b60008060408385031215611f0057600080fd5b6000611f0c8585611db0565b9250506020611f1d85828601611d4d565b9150509250929050565b600080600060608486031215611f3c57600080fd5b6000611f488686611db0565b9350506020611f5986828701611d4d565b9250506040611f6a86828701611d4d565b9150509250925092565b600080600060608486031215611f8957600080fd5b6000611f958686611db0565b9350506020611fa686828701611d4d565b9250506040611f6a86828701611da5565b60008060408385031215611fca57600080fd5b6000611fd68585611db0565b9250506020611f1d85828601611db0565b600080600060608486031215611ffc57600080fd5b60006120088686611db0565b935050602061201986828701611db0565b9250506040611f6a86828701611db0565b60008060006060848603121561203f57600080fd5b600061204b8686611db0565b935050602061205c86828701611db0565b9250506040611f6a86828701611e5c565b6000806040838503121561208057600080fd5b600061208c8585611db0565b9250506020611f1d85828601611dbb565b6000806000606084860312156120b257600080fd5b60006120be8686611db0565b9350506020611f5986828701611dbb565b6000806000604084860312156120e457600080fd5b60006120f08686611db0565b935050602084013567ffffffffffffffff81111561210d57600080fd5b61211986828701611dc6565b92509250509250925092565b60008060008060006060868803121561213d57600080fd5b60006121498888611db0565b955050602086013567ffffffffffffffff81111561216657600080fd5b61217288828901611dc6565b9450945050604086013567ffffffffffffffff81111561219157600080fd5b61219d88828901611dc6565b92509250509295509295909350565b600080600080606085870312156121c257600080fd5b60006121ce8787611db0565b94505060206121df87828801611db0565b935050604085013567ffffffffffffffff8111156121fc57600080fd5b61220887828801611dc6565b95989497509550505050565b60008060006060848603121561222957600080fd5b60006122358686611db0565b935050602061224686828701611db0565b925050604084013567ffffffffffffffff81111561226357600080fd5b611f6a86828701611e08565b60006020828403121561228157600080fd5b6000611e858484611dbb565b6000610afa8383612385565b6122a28161261d565b82525050565b6122a2816125ed565b60006122bc826125e0565b6122c681856125e4565b9350836020820285016122d8856125da565b8060005b8581101561231257848403895281516122f5858261228d565b9450612300836125da565b60209a909a01999250506001016122dc565b5091979650505050505050565b6122a2816125f8565b6122a281611d4a565b6122a2816125fd565b600061234683856125e4565b935061235383858461262e565b61235c8361266a565b9093019392505050565b60006123728385610404565b935061237f83858461262e565b50500190565b6000612390826125e0565b61239a81856125e4565b93506123aa81856020860161263a565b61235c8161266a565b60006123be826125e0565b6123c88185610404565b93506123d881856020860161263a565b9290920192915050565b60006123ef602483610404565b7f696e74657266616365496d706c656d656e74657228627974657333322c6279748152636573342960e01b602082015260240192915050565b6122a28161260a565b6000611e85828486612366565b6000610afa82846123b3565b60006108c8826123e2565b602081016108c882846122a8565b602081016108c88284612299565b60208082528101610afa81846122b1565b602081016108c8828461231f565b602081016108c88284612328565b604081016124ac8285612328565b610afa6020830184612328565b602081016108c88284612331565b60208082528101611e8581848661233a565b60208082528101610afa8184612385565b604080825281016124fb8186612385565b9050818103602083015261251081848661233a565b95945050505050565b6040808252810161252a8185612385565b9050610afa6020830184612428565b6060808252810161254a8186612385565b90506125596020830185612428565b81810360408301526125108184612385565b604081016125798285612328565b8181036020830152611e858184612385565b60405181810167ffffffffffffffff811182821017156125aa57600080fd5b604052919050565b600067ffffffffffffffff8211156125c957600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061040182612611565b151590565b6001600160e01b03191690565b61ffff1690565b6001600160a01b031690565b6000610401826000610401826125ed565b82818337506000910152565b60005b8381101561265557818101518382015260200161263d565b83811115612664576000848401525b50505050565b601f01601f191690565b61267d816125ed565b81146118b657600080fd5b61267d816125f8565b61267d81611d4a565b61267d816125fd565b61267d8161260a56fea365627a7a723158207e8a4f9aaee6985411ba119ca2958b27a819c00ace256eae5fd63978dd0271c16c6578706572696d656e74616cf564736f6c63430005100040",
"sourceMap": "50394:2174:1:-;;;51025:56;8:9:-1;5:2;;;30:1;27;20:12;5:2;51025:56:1;;;;;;;;;;;;;;;;;;;;;51064:3;:10;;-1:-1:-1;;;;;;51064:10:1;-1:-1:-1;;;;;51064:10:1;;;;;;;;;;50394:2174;;5:156:-1;94:13;;112:44;94:13;112:44;;;79:82;;;;;168:285;;294:2;282:9;273:7;269:23;265:32;262:2;;;310:1;307;300:12;262:2;345:1;362:75;429:7;409:9;362:75;;;352:85;256:197;-1:-1;;;;256:197;460:91;;522:24;540:5;522:24;;558:102;;631:24;649:5;631:24;;667:121;-1:-1;;;;;729:54;;712:76;795:139;875:35;904:5;875:35;;;868:5;865:46;855:2;;925:1;922;915:12;855:2;849:85;;;50394:2174:1;;;;;;",
"deployedSourceMap": "50394:2174:1:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;50394:2174:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50014:169;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;39144:1263;;;;;;;;;:::i;:::-;;49480:184;;;;;;;;;:::i;45259:953::-;;;;;;;;;:::i;:::-;;;;;;;;3727:454;;;;;;;;;:::i;:::-;;;;;;;;;48166:169;;;;;;;;;:::i;6746:166::-;;;;;;;;;:::i;5347:228::-;;;;;;;;;:::i;51766:231::-;;;;;;;;;:::i;41191:153::-;;;;;;;;;:::i;49881:127::-;;;;;;;;;:::i;:::-;;;;;;;;42210:109;;;;;;;;;:::i;3114:292::-;;;;;;;;;:::i;47256:101::-;;;;;;;;;:::i;46904:152::-;;;;;;;;;:::i;5581:286::-;;;;;;;;;:::i;40809:168::-;;;;;;;;;:::i;52200:366::-;;;;;;;;;:::i;:::-;;;;;;;;41483:128;;;;;;;;;:::i;7079:108::-;;;;;;;;;:::i;48577:133::-;;;;;;;;;:::i;:::-;;;;;;;;;41831:225;;;;;;;;;:::i;5056:132::-;;;;;;;;;:::i;44396:226::-;;;;;;;;;:::i;5873:127::-;;;;;;;;;:::i;50817:80::-;;;;;;;;;:::i;50014:169::-;50081:4;-1:-1:-1;;;;;;50104:32:1;;-1:-1:-1;;;50104:32:1;;:72;;;50140:36;50164:11;50140:23;:36::i;:::-;50097:79;;50014:169;;;;:::o;39144:1263::-;39222:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;39238:15;;39295:17;;39238:15;39442:30;;:::i;:::-;39475:18;39491:1;39475:4;;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;39475:15:1;;:18;-1:-1:-1;;39475:18:1;:15;:18;;-1:-1:-1;39475:18:1:i;:::-;39442:51;;39437:821;39496:11;:4;:9;:11::i;:::-;39437:821;;39540:13;;;39536:712;;39584:4;:12;;;39573:23;;39621:11;:4;:9;:11::i;:::-;39614:18;;39688:4;39671:22;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;39671:22:1;;;39661:33;;;;;;39650:44;;39726:12;:4;:10;:12::i;:::-;39712:27;;39536:712;;;39778:20;39801:11;:4;:9;:11::i;:::-;39778:34;;39846:4;:12;;;39834:24;;:8;:24;;;;:49;;;-1:-1:-1;39863:20:1;:4;39875:7;39863:20;:11;:20;:::i;:::-;39862:21;39834:49;39830:404;;;39907:88;39919:4;39925;39931:8;39941:4;;39907:88;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;;;;39955:11:1;;;;39977:12;;39947:6;;39955:20;;;;39977:17;39907:11;:88::i;:::-;40028:4;:12;;;40017:23;;40071:4;:11;;;40062:20;;40111:7;40104:14;;40161:4;40151:15;;;;;;40140:26;;40202:12;:4;:10;:12::i;:::-;40188:27;;39830:404;39536:712;;39509:11;:4;:9;:11::i;:::-;39437:821;;;-1:-1:-1;40271:11:1;;:15;40267:134;;40302:88;40314:4;40320;40326:8;40336:4;;40302:88;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;;40372:12:1;;40342:6;;-1:-1:-1;40350:20:1;;;;-1:-1:-1;40372:17:1;40302:11;:88::i;:::-;2100:1;;;;;39144:1263;;;;:::o;49480:184::-;49575:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;49610:5;;49591;:11;49597:4;49591:11;;;;;;;;;;;49603:3;;49591:16;;;;;;;;;;;;;;;;;;;;;;:24;;:16;;:24;:::i;:::-;;49648:3;;49630:27;;;;;;;;;;;;;;;;49642:4;49630:27;49653:3;;49630:27;;;;;;;;;;;;;;;;49480:184;;;;;;:::o;45259:953::-;45346:7;45387:16;;;:10;:16;;;;;;;;-1:-1:-1;;;;;;45387:29:1;;;;;;;;;;-1:-1:-1;;;;;45387:29:1;45429:25;;45426:73;;45477:11;-1:-1:-1;45470:18:1;;45426:73;45509:9;45521:10;45526:4;45521;:10::i;:::-;45509:22;-1:-1:-1;;;;;;45544:15:1;;45541:62;;45590:1;45575:17;;;;;;45541:62;45614:12;45628:23;45655:1;-1:-1:-1;;;;;45655:12:1;43842:10;45721:17;;45668:71;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;45668:71:1;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;45655:85:1;;;45668:71;45655:85;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;45613:127:1;;;;45754:7;45753:8;:34;;;;45785:2;45765:10;:17;:22;45753:34;:57;;;;45791:10;45802:2;45791:14;;;;;;;;;;;;-1:-1:-1;;;;;;45791:14:1;:19;45753:57;45750:151;;;45888:1;45873:17;;;;;;;;45750:151;45935:1;-1:-1:-1;;;;;45935:12:1;46001:11;45948:65;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;45948:65:1;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;179:29;160:49;;45935:79:1;;;45948:65;45935:79;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;-1:-1;45911:103:1;;-1:-1:-1;45911:103:1;-1:-1:-1;46027:8:1;;;:34;;;46059:2;46039:10;:17;:22;46027:34;:57;;;;46065:10;46076:2;46065:14;;;;;;;;;;;;-1:-1:-1;;;;;;46065:14:1;:19;46027:57;46024:163;;;46174:1;46159:17;;;;;;;;46024:163;-1:-1:-1;46204:1:1;;-1:-1:-1;;;45259:953:1;;;;;:::o;3727:454::-;3799:7;3873:10;;;;;;;;;;3808:12;;3921:1;3894:249;3939:12;3924:11;:27;3894:249;;3991:26;;;3990:33;;;;:67;;-1:-1:-1;4056:1:1;4027:19;;;;;;;;;;:26;;-1:-1:-1;;4027:26:1;;;;;;;;;;;:30;;3990:67;3986:147;;;4098:19;;;;;;;;;;;;;4077:41;;;;;;-1:-1:-1;;4077:41:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4085:11;;4098:19;;;;4077:41;;;4098:19;4077:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3986:147;3969:1;3953:17;3894:249;;;-1:-1:-1;;4164:9:1;;;;;;;;;4161:1;4164:9;;;4161:1;-1:-1:-1;4164:9:1;-1:-1:-1;3727:454:1;;;;;;:::o;48166:169::-;48241:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;48273:15;;;;;;;;;;;;;;;;;;-1:-1:-1;48257:13:1;;;:7;:13;;;;;;;:31;;;;;;;;;;48303:25;48265:4;;48303:25;;;;48283:1;;48286;;48303:25;;;;;;;;;;48166:169;;;;:::o;6746:166::-;6825:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;6841:12;;;;:6;:12;;;;;:19;;6856:4;;6841:19;:::i;:::-;;6894:4;6875:30;6900:4;;6875:30;;;;;;;;5347:228;5396:15;5423:14;5440:25;5445:4;4636:2;5440:4;:25::i;:::-;5423:42;;5478:1;:8;5490:1;5478:13;5475:60;;;5522:1;5507:17;;;;;5475:60;5551:17;5566:1;5551:14;:17::i;:::-;5544:24;5347:228;-1:-1:-1;;;5347:228:1:o;51766:231::-;51860:20;;;;:14;:20;;;;;;;;51881:10;51860:32;;;;;;;;;-1:-1:-1;;;;;51860:40:1;;;;;;;;;;;:55;;-1:-1:-1;;51860:55:1;;;;;;;51930:60;51860:40;;51881:10;51860:20;;51930:60;;;;51860:55;;51930:60;;;;;;;;;;51766:231;;;:::o;41191:153::-;41263:4;41287:22;;;:16;:22;;;;;;;;41310:8;:14;;;;;;41287:38;;;;;;;:44;;;;;;;;;;;:49;;;41191:153::o;49881:127::-;49953:13;49985:5;:11;49991:4;49985:11;;;;;;;;;;;49997:3;;49985:16;;;;;;;;;;;;;;;;;;;;;;;;49978:23;;;;;;;;;-1:-1:-1;;49978:23:1;;;;;;;;;;;;;;;;;;;;;;;49985:16;;;;49978:23;;;49985:16;49978:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49881:127;;;;;:::o;42210:109::-;42296:16;;;;:10;:16;;;;;;;;;42289:23;;;;;;-1:-1:-1;;42289:23:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42265:12;;42289:23;;;42296:16;42289:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42210:109;;;:::o;3114:292::-;3206:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;-1:-1:-1;;3277:15:1;;3276:31;;3275:38;3267:47;;;;;;3325:4;:10;;;;;;;;;;;:23;;;;;;;;:30;;3351:4;;3325:30;:::i;:::-;-1:-1:-1;3370:29:1;;3387:11;;3381:4;;3370:29;;;;;3114:292;;;;;:::o;47256:101::-;47339:11;;;;:5;:11;;;;;;;;;47332:18;;;;;;-1:-1:-1;;47332:18:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47307:13;;47332:18;;;47339:11;47332:18;;;;;;;;;;;;;;;;;;;;;;;;46904:152;46977:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;46993:11;;;;:5;:11;;;;;:18;;47007:4;;46993:18;:::i;:::-;;47038:4;47026:23;47044:4;;47026:23;;;;;;;;5581:286;5661:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;5697:4;5682:33;5703:8;5713:1;5682:33;;;;;;;;;;;;;;;;4636:2;5728:8;:25;5725:96;;;5786:4;5774:36;5792:17;5807:1;5792:14;:17::i;:::-;5774:36;;;;;;;;;;;;;;;5725:96;5830:16;;;;:10;:16;;;;;;;;:26;;;;;;;;:30;;;;;;;;:::i;:::-;;5581:286;;;;:::o;40809:168::-;40925:13;;;;:7;:13;;;;;;;;40939:8;:14;;;;;;40925:29;;;;;;;:35;;;;;;;;:45;;;;;;;;;;;40918:52;;;;;;-1:-1:-1;;40918:52:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40894:12;;40918:52;;;40925:45;40918:52;;;;;;;;;;;;;;;;;;;;;;;;52200:366;52303:24;;;;;;;;;;;;;;;;52259:22;;52315:4;52303:24;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52293:34:1;-1:-1:-1;52341:6:1;52337:199;52353:15;;;52337:199;;;52390:12;52404:19;52435:4;52454;;52459:1;52454:7;;;;;;;;;;;;-1:-1:-1;30:25;;-1:-1;;100:14;96:29;;;92:48;68:73;;58:2;;155:1;152;145:12;58:2;174:33;;;69:4;55:19;;;-1:-1;16:22;93:18;82:30;;79:2;;;125:1;122;115:12;79:2;155:14;151:38;;;137:53;;134:2;;;203:1;200;193:12;134:2;52427:35:1;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;52389:73:1;;;;52484:7;52476:16;;;;;;52519:6;52506:7;52514:1;52506:10;;;;;;;;;;;;;;;;;:19;-1:-1:-1;;52370:3:1;;52337:199;;;-1:-1:-1;52200:366:1;;;;:::o;41483:128::-;41537:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;41553:14;;;;:8;:14;;;;;;:16;;;;;;41584:20;41562:4;;41584:20;;;41483:128;;:::o;7079:108::-;7168:12;;;;:6;:12;;;;;;;;;7161:19;;;;;;;;;;-1:-1:-1;;7161:19:1;;;;;;;;;;;;;;;;;;;;;;;;;;7137:12;;7168;;7161:19;;7168:12;7161:19;;;;;;;;;;;;;;;;;;;;;;;;48577:133;48630:9;48670:13;;;:7;:13;;;;;:15;;48687;;;;;48670;;48577:133::o;41831:225::-;41907:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;41946:16;;;;:10;:16;;;;;;;;;41923:39;;;;;;-1:-1:-1;;41923:39:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:20;;:39;;;41946:16;41923:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;41972:16:1;;;;:10;:16;;;;;41923:39;;-1:-1:-1;41972:23:1;;:16;-1:-1:-1;41991:4:1;;-1:-1:-1;41991:4:1;41972:23;:::i;:::-;;42029:4;42010:39;42035:7;42044:4;;42010:39;;;;;;;;;;;;;;;;;2100:1;41831:225;;;;:::o;5056:132::-;5118:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;5134:47;5142:4;4636:2;5163:17;5178:1;5163:14;:17::i;5134:47::-;5056:132;;;:::o;44396:226::-;44493:4;2071:18;2084:4;2071:12;:18::i;:::-;2063:27;;;;;;44509:16;;;;:10;:16;;;;;;;;-1:-1:-1;;;;;;44509:29:1;;;;;;;;;;;:43;;-1:-1:-1;;;;;;44509:43:1;-1:-1:-1;;;;;44509:43:1;;;;;44567:48;;44509:16;;44567:48;;;;44509:43;;44567:48;;;;;;;;;;44396:226;;;;:::o;5873:127::-;5967:16;;;;:10;:16;;;;;;;;:26;;;;;;;;;5960:33;;;;;;;;;;;-1:-1:-1;;5960:33:1;;;;;;;;;;;;;;;;;;;;;;;;;;5936:12;;5967:26;;5960:33;;5967:26;5960:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5873:127;;;;:::o;50817:80::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;48716:171::-;48783:4;-1:-1:-1;;;;;;48806:34:1;;-1:-1:-1;;;48806:34:1;;:74;;;48844:36;48868:11;48844:23;:36::i;52003:191::-;52093:3;;:15;;-1:-1:-1;;;52093:15:1;;52061:4;;;;-1:-1:-1;;;;;52093:3:1;;;;:9;;:15;;52103:4;;52093:15;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;52093:15:1;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;52093:15:1;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;52093:15:1;;;;;;;;;52077:31;-1:-1:-1;;;;;;52125:19:1;;52134:10;52125:19;;:62;;-1:-1:-1;52148:20:1;;;;:14;:20;;;;;;;;-1:-1:-1;;;;;52148:27:1;;;;;;;;;52176:10;52148:39;;;;;;;;;;52118:69;;;52003:191;;;:::o;31531:182::-;31606:21;;:::i;:::-;31639:15;;;31664:14;;;:23;;;31697:9;31639:3;31697:4;:9::i;31884:121::-;31982:9;;:16;31967:11;;;;;:31;;;31884:121::o;32986:166::-;33097:11;;;;33121:9;;33046:12;;33077:68;;33110:34;;33097:11;33110:10;:34::i;:::-;33077:9;;;:68;;:19;:68;:::i;33325:172::-;33437:16;;;;33455:15;;;;33417:9;;33386:12;;33417:73;;33455:34;;;33417:73;:19;:73;:::i;12348:176::-;12425:4;12463:5;:12;12448:4;:11;:27;:69;;;;;12479:38;12486:4;12492:1;12495:5;12502:1;12505:4;:11;12479:6;:38::i;42576:965::-;42794:15;42812:14;;;:8;:14;;;;;;;;;42855:15;;;;;;;;;42880:19;42902:28;:4;42917:6;42925:4;42902:28;:14;:28;:::i;:::-;42880:50;;42944:12;42940:595;;;42976:13;;;;:7;:13;;;;;;;;:22;;;;;;;;:32;;;;;;;;:42;;;;;;;;;;:49;;-1:-1:-1;;42976:49:1;;;;;;;;;;;:54;42972:136;;43050:22;;;;:16;:22;;;;;;;;:31;;;;;;;;:41;;;;;;;;:43;;-1:-1:-1;;43050:43:1;;;;;;-1:-1:-1;;43050:43:1;;;;;;;42972:136;43128:13;;;;:7;:13;;;;;;;;:22;;;;;;;;:32;;;;;;;;:42;;;;;;;;;;43121:50;;;:::i;:::-;43207:4;43190:38;43213:4;43219:8;43190:38;;;;;;;;;;;;;;;;42940:595;;;43263:13;;;;:7;:13;;;;;;;;:22;;;;;;;;:32;;;;;;;;:42;;;;;;;;;;:49;;-1:-1:-1;;43263:49:1;;;;;;;;;;;43259:136;;43337:22;;;;:16;:22;;;;;;;;:31;;;;;;;;:41;;;;;;;;:43;;;;;;;;;-1:-1:-1;;43337:43:1;;;;;;43259:136;43408:13;;;;:7;:13;;;;;;;;:22;;;;;;;;:32;;;;;;;;:42;;;;;;;;;;:51;;;;;;;;:::i;:::-;;43495:4;43478:46;43501:4;43507:8;43517:6;43478:46;;;;;;;;;;;;;;;;;42940:595;42576:965;;;;;;;;;;:::o;32128:682::-;32204:15;;;;32190:11;;;:29;;;32248:9;;:16;-1:-1:-1;32229:68:1;;32280:7;;32229:68;32332:8;32357:34;32368:4;:9;;;32379:4;:11;;;32357:10;:34::i;:::-;32343:11;;;;32454:9;;32343:48;;;-1:-1:-1;32454:25:1;;32343:48;32454:25;:20;:25;:::i;:::-;32439:40;;:12;;;:40;32520:9;;32496:1;32489:8;;;;;32520:25;;32489:8;32520:25;:20;:25;:::i;:::-;32507:38;;:10;;;:38;32584:9;;32562:1;32555:8;;;;;32584:25;;32555:8;32584:25;:20;:25;:::i;:::-;32573:36;;;;:8;;;:36;32683:9;;32626:1;32619:8;;;;;32664:16;;32683:25;;:9;32619:8;;32683:20;:25;:::i;:::-;32725:1;32718:8;;;32736:16;;;:22;32664:44;;;;;32786:17;;;;;;32768:15;;;:35;-1:-1:-1;32128:682:1;;:::o;2114:204::-;2176:17;2213:1;:8;2225:2;2213:14;2205:23;;;;;;-1:-1:-1;2283:2:1;2276:10;2270:17;-1:-1:-1;;;2266:36:1;;;2247:65::o;2324:189::-;2411:13;;;2421:2;2411:13;;;;;;;;;2381:14;;2411:13;;;21:6:-1;;104:10;2411:13:1;87:34:-1;-1:-1;;;;;;2476:20:1;;;;2471:2;2464:10;;2457:40;-1:-1:-1;2476:20:1;2443:64::o;47363:169::-;47430:4;-1:-1:-1;;;;;;47453:32:1;;-1:-1:-1;;;47453:32:1;;:72;;;47489:36;47513:11;47489:23;:36::i;29631:367::-;29705:4;29732:6;29748:215;29788:4;:11;29782:3;:17;29775:25;;;;29814:13;29830:19;:4;29845:3;29830:19;:14;:19;:::i;:::-;29814:35;;29863:19;;;29881:1;29863:19;;29814:35;-1:-1:-1;29900:13:1;29896:57;;29933:5;;;29896:57;29748:215;;;;29979:12;;;;;29631:367;-1:-1:-1;;29631:367:1:o;16118:393::-;16201:12;16249:4;:11;16242:3;16233:6;:12;:27;;16225:36;;;;;;16272:16;16301:3;16291:14;;;;;;;;;;;;;;;;;;;;;;;;;21:6:-1;;104:10;16291:14:1;87:34:-1;135:17;;-1:-1;16291:14:1;-1:-1:-1;16272:33:1;-1:-1:-1;16393:2:1;16384:12;;;;16416:26;;;;16461:22;16384:12;16416:26;16479:3;16461:6;:22::i;:::-;-1:-1:-1;16501:3:1;;16118:393;-1:-1:-1;;;;;16118:393:1:o;10712:209::-;10831:4;10883:31;10890:5;10897:11;10910:3;10883:6;:31::i;:::-;10854:25;10861:4;10867:6;10875:3;10854:6;:25::i;:::-;:60;;10712:209;-1:-1:-1;;;;;;10712:209:1:o;13132:223::-;13204:10;13245:4;:11;13234:3;13240:1;13234:7;:22;;13226:31;;;;;;-1:-1:-1;13307:22:1;13321:1;13307:22;13301:29;13332:6;13297:42;;13276:73::o;13599:227::-;13671:10;13712:4;:11;13701:3;13707:1;13701:7;:22;;13693:31;;;;;;-1:-1:-1;13774:22:1;13788:1;13774:22;13768:29;13799:10;13764:46;;13743:77::o;46218:174::-;46285:4;43742:49;;;;;;;;;;;;;;-1:-1:-1;;;;;46308:37:1;;:11;-1:-1:-1;;;;;46308:37:1;;;:77;;;;46349:36;46373:11;46349:23;:36::i;12766:122::-;12837:9;12871:4;12876:3;12871:9;;;;;;;;;;;;;;;-1:-1:-1;12766:122:1;;;;:::o;15349:549::-;15469:165;15483:2;15476:3;:9;15469:165;;15552:10;;15539:24;;15598:2;15590:10;;;;15614:9;;;;-1:-1:-1;;15487:9:1;15469:165;;;15761:10;;15816:11;;15696:2;:8;;;;15688:3;:17;-1:-1:-1;;15688:21:1;15773:9;;15757:26;;;15812:22;;15860:21;15847:35;;15728:164::o;7741:238::-;7822:11;7869:4;:11;7862:3;7853:6;:12;:27;;7845:36;;;;;;-1:-1:-1;7931:26:1;;7945:2;7931:26;7921:42;;7900:73::o;42325:245::-;42392:4;-1:-1:-1;;;;;;42415:38:1;;-1:-1:-1;;;42415:38:1;;:93;;-1:-1:-1;;;;;;;42472:36:1;;-1:-1:-1;;;42472:36:1;42415:93;:148;;;;42527:36;42551:11;7260:4;-1:-1:-1;;;;;;7283:40:1;;-1:-1:-1;;;7283:40:1;;:80;;;7327:36;7351:11;6073:4;-1:-1:-1;;;;;;6096:32:1;;-1:-1:-1;;;6096:32:1;;:71;;-1:-1:-1;;;;;;;6132:35:1;;-1:-1:-1;;;6132:35:1;6096:71;:111;;;;6171:36;6195:11;4254:4;-1:-1:-1;;;;;;4277:31:1;;-1:-1:-1;;;4277:31:1;;:71;;-1:-1:-1;;;;;;;;;;1904:32:1;;;4312:36;1814:129::o;50394:2174::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;50394:2174:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;50394:2174:1;;;-1:-1:-1;50394:2174:1;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;5:130:-1:-;72:20;;97:33;72:20;97:33;;142:134;220:13;;238:33;220:13;238:33;;299:359;;;436:3;429:4;421:6;417:17;413:27;403:2;;454:1;451;444:12;403:2;-1:-1;474:20;;514:18;503:30;;500:2;;;546:1;543;536:12;500:2;580:4;572:6;568:17;556:29;;631:3;623:4;615:6;611:17;601:8;597:32;594:41;591:2;;;648:1;645;638:12;666:124;730:20;;755:30;730:20;755:30;;797:130;864:20;;889:33;864:20;889:33;;934:128;1000:20;;1025:32;1000:20;1025:32;;1083:336;;;1197:3;1190:4;1182:6;1178:17;1174:27;1164:2;;1215:1;1212;1205:12;1164:2;-1:-1;1235:20;;1275:18;1264:30;;1261:2;;;1307:1;1304;1297:12;1261:2;1341:4;1333:6;1329:17;1317:29;;1392:3;1384:4;1376:6;1372:17;1362:8;1358:32;1355:41;1352:2;;;1409:1;1406;1399:12;1428:440;;1529:3;1522:4;1514:6;1510:17;1506:27;1496:2;;1547:1;1544;1537:12;1496:2;1584:6;1571:20;1606:64;1621:48;1662:6;1621:48;;;1606:64;;;1597:73;;1690:6;1683:5;1676:21;1726:4;1718:6;1714:17;1759:4;1752:5;1748:16;1794:3;1785:6;1780:3;1776:16;1773:25;1770:2;;;1811:1;1808;1801:12;1770:2;1821:41;1855:6;1850:3;1845;1821:41;;;1489:379;;;;;;;;2236:128;2302:20;;2327:32;2302:20;2327:32;;2508:263;;2623:2;2611:9;2602:7;2598:23;2594:32;2591:2;;;2639:1;2636;2629:12;2591:2;2674:1;2691:64;2747:7;2727:9;2691:64;;;2681:74;2585:186;-1:-1;;;;2585:186;2778:411;;;2924:2;2912:9;2903:7;2899:23;2895:32;2892:2;;;2940:1;2937;2930:12;2892:2;2975:31;;3026:18;3015:30;;3012:2;;;3058:1;3055;3048:12;3012:2;3086:87;3165:7;3156:6;3145:9;3141:22;3086:87;;;3076:97;;;;2954:225;2886:303;;;;;;3196:241;;3300:2;3288:9;3279:7;3275:23;3271:32;3268:2;;;3316:1;3313;3306:12;3268:2;3351:1;3368:53;3413:7;3393:9;3368:53;;3444:366;;;3565:2;3553:9;3544:7;3540:23;3536:32;3533:2;;;3581:1;3578;3571:12;3533:2;3616:1;3633:53;3678:7;3658:9;3633:53;;;3623:63;;3595:97;3723:2;3741:53;3786:7;3777:6;3766:9;3762:22;3741:53;;;3731:63;;3702:98;3527:283;;;;;;3817:491;;;;3955:2;3943:9;3934:7;3930:23;3926:32;3923:2;;;3971:1;3968;3961:12;3923:2;4006:1;4023:53;4068:7;4048:9;4023:53;;;4013:63;;3985:97;4113:2;4131:53;4176:7;4167:6;4156:9;4152:22;4131:53;;;4121:63;;4092:98;4221:2;4239:53;4284:7;4275:6;4264:9;4260:22;4239:53;;;4229:63;;4200:98;3917:391;;;;;;4315:485;;;;4450:2;4438:9;4429:7;4425:23;4421:32;4418:2;;;4466:1;4463;4456:12;4418:2;4501:1;4518:53;4563:7;4543:9;4518:53;;;4508:63;;4480:97;4608:2;4626:53;4671:7;4662:6;4651:9;4647:22;4626:53;;;4616:63;;4587:98;4716:2;4734:50;4776:7;4767:6;4756:9;4752:22;4734:50;;4807:366;;;4928:2;4916:9;4907:7;4903:23;4899:32;4896:2;;;4944:1;4941;4934:12;4896:2;4979:1;4996:53;5041:7;5021:9;4996:53;;;4986:63;;4958:97;5086:2;5104:53;5149:7;5140:6;5129:9;5125:22;5104:53;;5180:491;;;;5318:2;5306:9;5297:7;5293:23;5289:32;5286:2;;;5334:1;5331;5324:12;5286:2;5369:1;5386:53;5431:7;5411:9;5386:53;;;5376:63;;5348:97;5476:2;5494:53;5539:7;5530:6;5519:9;5515:22;5494:53;;;5484:63;;5455:98;5584:2;5602:53;5647:7;5638:6;5627:9;5623:22;5602:53;;5678:489;;;;5815:2;5803:9;5794:7;5790:23;5786:32;5783:2;;;5831:1;5828;5821:12;5783:2;5866:1;5883:53;5928:7;5908:9;5883:53;;;5873:63;;5845:97;5973:2;5991:53;6036:7;6027:6;6016:9;6012:22;5991:53;;;5981:63;;5952:98;6081:2;6099:52;6143:7;6134:6;6123:9;6119:22;6099:52;;6174:364;;;6294:2;6282:9;6273:7;6269:23;6265:32;6262:2;;;6310:1;6307;6300:12;6262:2;6345:1;6362:53;6407:7;6387:9;6362:53;;;6352:63;;6324:97;6452:2;6470:52;6514:7;6505:6;6494:9;6490:22;6470:52;;6545:489;;;;6682:2;6670:9;6661:7;6657:23;6653:32;6650:2;;;6698:1;6695;6688:12;6650:2;6733:1;6750:53;6795:7;6775:9;6750:53;;;6740:63;;6712:97;6840:2;6858:52;6902:7;6893:6;6882:9;6878:22;6858:52;;7041:490;;;;7181:2;7169:9;7160:7;7156:23;7152:32;7149:2;;;7197:1;7194;7187:12;7149:2;7232:1;7249:53;7294:7;7274:9;7249:53;;;7239:63;;7211:97;7367:2;7356:9;7352:18;7339:32;7391:18;7383:6;7380:30;7377:2;;;7423:1;7420;7413:12;7377:2;7451:64;7507:7;7498:6;7487:9;7483:22;7451:64;;;7441:74;;;;7318:203;7143:388;;;;;;8037:743;;;;;;8215:2;8203:9;8194:7;8190:23;8186:32;8183:2;;;8231:1;8228;8221:12;8183:2;8266:1;8283:53;8328:7;8308:9;8283:53;;;8273:63;;8245:97;8401:2;8390:9;8386:18;8373:32;8425:18;8417:6;8414:30;8411:2;;;8457:1;8454;8447:12;8411:2;8485:65;8542:7;8533:6;8522:9;8518:22;8485:65;;;8475:75;;;;8352:204;8615:2;8604:9;8600:18;8587:32;8639:18;8631:6;8628:30;8625:2;;;8671:1;8668;8661:12;8625:2;8699:65;8756:7;8747:6;8736:9;8732:22;8699:65;;;8689:75;;;;8566:204;8177:603;;;;;;;;;9160:615;;;;;9317:2;9305:9;9296:7;9292:23;9288:32;9285:2;;;9333:1;9330;9323:12;9285:2;9368:1;9385:53;9430:7;9410:9;9385:53;;;9375:63;;9347:97;9475:2;9493:53;9538:7;9529:6;9518:9;9514:22;9493:53;;;9483:63;;9454:98;9611:2;9600:9;9596:18;9583:32;9635:18;9627:6;9624:30;9621:2;;;9667:1;9664;9657:12;9621:2;9695:64;9751:7;9742:6;9731:9;9727:22;9695:64;;;9279:496;;;;-1:-1;9685:74;-1:-1;;;;9279:496;9782:595;;;;9929:2;9917:9;9908:7;9904:23;9900:32;9897:2;;;9945:1;9942;9935:12;9897:2;9980:1;9997:53;10042:7;10022:9;9997:53;;;9987:63;;9959:97;10087:2;10105:53;10150:7;10141:6;10130:9;10126:22;10105:53;;;10095:63;;10066:98;10223:2;10212:9;10208:18;10195:32;10247:18;10239:6;10236:30;10233:2;;;10279:1;10276;10269:12;10233:2;10299:62;10353:7;10344:6;10333:9;10329:22;10299:62;;10384:239;;10487:2;10475:9;10466:7;10462:23;10458:32;10455:2;;;10503:1;10500;10493:12;10455:2;10538:1;10555:52;10599:7;10579:9;10555:52;;10631:177;;10742:60;10798:3;10790:6;10742:60;;10816:142;10907:45;10946:5;10907:45;;;10902:3;10895:58;10889:69;;;10965:137;11064:32;11090:5;11064:32;;11256:888;;11411:59;11464:5;11411:59;;;11483:91;11567:6;11562:3;11483:91;;;11476:98;;11597:3;11639:4;11631:6;11627:17;11622:3;11618:27;11666:61;11721:5;11666:61;;;11747:7;11775:1;11760:345;11785:6;11782:1;11779:13;11760:345;;;11847:9;11841:4;11837:20;11832:3;11825:33;11892:6;11886:13;11914:74;11983:4;11968:13;11914:74;;;11906:82;;12005:65;12063:6;12005:65;;;12093:4;12084:14;;;;;11995:75;-1:-1;;11807:1;11800:9;11760:345;;;-1:-1;12118:4;;11390:754;-1:-1;;;;;;;11390:754;12152:104;12229:21;12244:5;12229:21;;12263:113;12346:24;12364:5;12346:24;;12383:110;12464:23;12481:5;12464:23;;12523:297;;12637:70;12700:6;12695:3;12637:70;;;12630:77;;12719:43;12755:6;12750:3;12743:5;12719:43;;;12784:29;12806:6;12784:29;;;12775:39;;;;12623:197;-1:-1;;;12623:197;12851:306;;12979:88;13060:6;13055:3;12979:88;;;12972:95;;13079:43;13115:6;13110:3;13103:5;13079:43;;;-1:-1;;13135:16;;12965:192;13165:343;;13275:38;13307:5;13275:38;;;13325:70;13388:6;13383:3;13325:70;;;13318:77;;13400:52;13445:6;13440:3;13433:4;13426:5;13422:16;13400:52;;;13473:29;13495:6;13473:29;;13515:356;;13643:38;13675:5;13643:38;;;13693:88;13774:6;13769:3;13693:88;;;13686:95;;13786:52;13831:6;13826:3;13819:4;13812:5;13808:16;13786:52;;;13850:16;;;;;13623:248;-1:-1;;13623:248;15234:409;;15412:85;15494:2;15489:3;15412:85;;;15530:34;15510:55;;-1:-1;;;15594:2;15585:12;;15578:28;15634:2;15625:12;;15398:245;-1:-1;;15398:245;15651:110;15732:23;15749:5;15732:23;;15888:274;;16038:99;16133:3;16124:6;16116;16038:99;;16169:262;;16313:93;16402:3;16393:6;16313:93;;16731:372;;16930:148;17074:3;16930:148;;17110:213;17228:2;17213:18;;17242:71;17217:9;17286:6;17242:71;;17330:229;17456:2;17441:18;;17470:79;17445:9;17522:6;17470:79;;17818:381;17996:2;18010:47;;;17981:18;;18071:118;17981:18;18175:6;18071:118;;18206:201;18318:2;18303:18;;18332:65;18307:9;18370:6;18332:65;;18414:213;18532:2;18517:18;;18546:71;18521:9;18590:6;18546:71;;18634:324;18780:2;18765:18;;18794:71;18769:9;18838:6;18794:71;;;18876:72;18944:2;18933:9;18929:18;18920:6;18876:72;;18965:209;19081:2;19066:18;;19095:69;19070:9;19137:6;19095:69;;19181:317;19327:2;19341:47;;;19312:18;;19402:86;19312:18;19474:6;19466;19402:86;;19505:297;19641:2;19655:47;;;19626:18;;19716:76;19626:18;19778:6;19716:76;;19809:512;20001:2;20015:47;;;19986:18;;20076:76;19986:18;20138:6;20076:76;;;20068:84;;20200:9;20194:4;20190:20;20185:2;20174:9;20170:18;20163:48;20225:86;20306:4;20297:6;20289;20225:86;;;20217:94;19972:349;-1:-1;;;;;19972:349;20328:404;20490:2;20504:47;;;20475:18;;20565:76;20475:18;20627:6;20565:76;;;20557:84;;20652:70;20718:2;20707:9;20703:18;20694:6;20652:70;;20739:599;20947:2;20961:47;;;20932:18;;21022:76;20932:18;21084:6;21022:76;;;21014:84;;21109:70;21175:2;21164:9;21160:18;21151:6;21109:70;;;21227:9;21221:4;21217:20;21212:2;21201:9;21197:18;21190:48;21252:76;21323:4;21314:6;21252:76;;21981:408;22145:2;22130:18;;22159:71;22134:9;22203:6;22159:71;;;22278:9;22272:4;22268:20;22263:2;22252:9;22248:18;22241:48;22303:76;22374:4;22365:6;22303:76;;22396:256;22458:2;22452:9;22484:17;;;22559:18;22544:34;;22580:22;;;22541:62;22538:2;;;22616:1;22613;22606:12;22538:2;22632;22625:22;22436:216;;-1:-1;22436:216;22659:321;;22802:18;22794:6;22791:30;22788:2;;;22834:1;22831;22824:12;22788:2;-1:-1;22965:4;22901;22878:17;;;;-1:-1;;22874:33;22955:15;;22725:255;22987:156;23116:4;23107:14;;23064:79;23150:142;23258:12;;23229:63;23801:183;23924:19;;;23973:4;23964:14;;23917:67;24803:91;;24865:24;24883:5;24865:24;;25007:85;25073:13;25066:21;;25049:43;25178:144;-1:-1;;;;;;25239:78;;25222:100;25329:84;25401:6;25390:18;;25373:40;25420:121;-1:-1;;;;;25482:54;;25465:76;25627:129;;25714:37;25745:5;25763:121;25842:37;25873:5;25842:37;;26007:145;26088:6;26083:3;26078;26065:30;-1:-1;26144:1;26126:16;;26119:27;26058:94;26161:268;26226:1;26233:101;26247:6;26244:1;26241:13;26233:101;;;26314:11;;;26308:18;26295:11;;;26288:39;26269:2;26262:10;26233:101;;;26349:6;26346:1;26343:13;26340:2;;;26414:1;26405:6;26400:3;26396:16;26389:27;26340:2;26210:219;;;;;26437:97;26525:2;26505:14;-1:-1;;26501:28;;26485:49;26542:117;26611:24;26629:5;26611:24;;;26604:5;26601:35;26591:2;;26650:1;26647;26640:12;26666:111;26732:21;26747:5;26732:21;;26784:117;26853:24;26871:5;26853:24;;26908:115;26976:23;26993:5;26976:23;;27030:115;27098:23;27115:5;27098:23;",
"source": "\n// File: @ensdomains/ens/contracts/ENS.sol\n\npragma solidity >=0.4.24;\n\ninterface ENS {\n\n // Logged when the owner of a node assigns a new owner to a subnode.\n event NewOwner(bytes32 indexed node, bytes32 indexed label, address owner);\n\n // Logged when the owner of a node transfers ownership to a new account.\n event Transfer(bytes32 indexed node, address owner);\n\n // Logged when the resolver for a node changes.\n event NewResolver(bytes32 indexed node, address resolver);\n\n // Logged when the TTL of a node changes\n event NewTTL(bytes32 indexed node, uint64 ttl);\n\n // Logged when an operator is added or removed.\n event ApprovalForAll(address indexed owner, address indexed operator, bool approved);\n\n function setRecord(bytes32 node, address owner, address resolver, uint64 ttl) external;\n function setSubnodeRecord(bytes32 node, bytes32 label, address owner, address resolver, uint64 ttl) external;\n function setSubnodeOwner(bytes32 node, bytes32 label, address owner) external returns(bytes32);\n function setResolver(bytes32 node, address resolver) external;\n function setOwner(bytes32 node, address owner) external;\n function setTTL(bytes32 node, uint64 ttl) external;\n function setApprovalForAll(address operator, bool approved) external;\n function owner(bytes32 node) external view returns (address);\n function resolver(bytes32 node) external view returns (address);\n function ttl(bytes32 node) external view returns (uint64);\n function recordExists(bytes32 node) external view returns (bool);\n function isApprovedForAll(address owner, address operator) external view returns (bool);\n}\n\n// File: contracts/ResolverBase.sol\n\npragma solidity ^0.5.0;\n\ncontract ResolverBase {\n bytes4 private constant INTERFACE_META_ID = 0x01ffc9a7;\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == INTERFACE_META_ID;\n }\n\n function isAuthorised(bytes32 node) internal view returns(bool);\n\n modifier authorised(bytes32 node) {\n require(isAuthorised(node));\n _;\n }\n\n function bytesToAddress(bytes memory b) internal pure returns(address payable a) {\n require(b.length == 20);\n assembly {\n a := div(mload(add(b, 32)), exp(256, 12))\n }\n }\n\n function addressToBytes(address a) internal pure returns(bytes memory b) {\n b = new bytes(20);\n assembly {\n mstore(add(b, 32), mul(a, exp(256, 12)))\n }\n }\n}\n\n// File: contracts/profiles/ABIResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract ABIResolver is ResolverBase {\n bytes4 constant private ABI_INTERFACE_ID = 0x2203ab56;\n\n event ABIChanged(bytes32 indexed node, uint256 indexed contentType);\n\n mapping(bytes32=>mapping(uint256=>bytes)) abis;\n\n /**\n * Sets the ABI associated with an ENS node.\n * Nodes may have one ABI of each content type. To remove an ABI, set it to\n * the empty string.\n * @param node The node to update.\n * @param contentType The content type of the ABI\n * @param data The ABI data.\n */\n function setABI(bytes32 node, uint256 contentType, bytes calldata data) external authorised(node) {\n // Content types must be powers of 2\n require(((contentType - 1) & contentType) == 0);\n\n abis[node][contentType] = data;\n emit ABIChanged(node, contentType);\n }\n\n /**\n * Returns the ABI associated with an ENS node.\n * Defined in EIP205.\n * @param node The ENS node to query\n * @param contentTypes A bitwise OR of the ABI formats accepted by the caller.\n * @return contentType The content type of the return value\n * @return data The ABI data\n */\n function ABI(bytes32 node, uint256 contentTypes) external view returns (uint256, bytes memory) {\n mapping(uint256=>bytes) storage abiset = abis[node];\n\n for (uint256 contentType = 1; contentType <= contentTypes; contentType <<= 1) {\n if ((contentType & contentTypes) != 0 && abiset[contentType].length > 0) {\n return (contentType, abiset[contentType]);\n }\n }\n\n return (0, bytes(\"\"));\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == ABI_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/profiles/AddrResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract AddrResolver is ResolverBase {\n bytes4 constant private ADDR_INTERFACE_ID = 0x3b3b57de;\n bytes4 constant private ADDRESS_INTERFACE_ID = 0xf1cb7e06;\n uint constant private COIN_TYPE_ETH = 60;\n\n event AddrChanged(bytes32 indexed node, address a);\n event AddressChanged(bytes32 indexed node, uint coinType, bytes newAddress);\n\n mapping(bytes32=>mapping(uint=>bytes)) _addresses;\n\n /**\n * Sets the address associated with an ENS node.\n * May only be called by the owner of that node in the ENS registry.\n * @param node The node to update.\n * @param a The address to set.\n */\n function setAddr(bytes32 node, address a) external authorised(node) {\n setAddr(node, COIN_TYPE_ETH, addressToBytes(a));\n }\n\n /**\n * Returns the address associated with an ENS node.\n * @param node The ENS node to query.\n * @return The associated address.\n */\n function addr(bytes32 node) public view returns (address payable) {\n bytes memory a = addr(node, COIN_TYPE_ETH);\n if(a.length == 0) {\n return address(0);\n }\n return bytesToAddress(a);\n }\n\n function setAddr(bytes32 node, uint coinType, bytes memory a) public authorised(node) {\n emit AddressChanged(node, coinType, a);\n if(coinType == COIN_TYPE_ETH) {\n emit AddrChanged(node, bytesToAddress(a));\n }\n _addresses[node][coinType] = a;\n }\n\n function addr(bytes32 node, uint coinType) public view returns(bytes memory) {\n return _addresses[node][coinType];\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == ADDR_INTERFACE_ID || interfaceID == ADDRESS_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/profiles/ContentHashResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract ContentHashResolver is ResolverBase {\n bytes4 constant private CONTENT_HASH_INTERFACE_ID = 0xbc1c58d1;\n\n event ContenthashChanged(bytes32 indexed node, bytes hash);\n\n mapping(bytes32=>bytes) hashes;\n\n /**\n * Sets the contenthash associated with an ENS node.\n * May only be called by the owner of that node in the ENS registry.\n * @param node The node to update.\n * @param hash The contenthash to set\n */\n function setContenthash(bytes32 node, bytes calldata hash) external authorised(node) {\n hashes[node] = hash;\n emit ContenthashChanged(node, hash);\n }\n\n /**\n * Returns the contenthash associated with an ENS node.\n * @param node The ENS node to query.\n * @return The associated contenthash.\n */\n function contenthash(bytes32 node) external view returns (bytes memory) {\n return hashes[node];\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == CONTENT_HASH_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: @ensdomains/dnssec-oracle/contracts/BytesUtils.sol\n\npragma solidity >0.4.23;\n\nlibrary BytesUtils {\n /*\n * @dev Returns the keccak-256 hash of a byte range.\n * @param self The byte string to hash.\n * @param offset The position to start hashing at.\n * @param len The number of bytes to hash.\n * @return The hash of the byte range.\n */\n function keccak(bytes memory self, uint offset, uint len) internal pure returns (bytes32 ret) {\n require(offset + len <= self.length);\n assembly {\n ret := keccak256(add(add(self, 32), offset), len)\n }\n }\n\n\n /*\n * @dev Returns a positive number if `other` comes lexicographically after\n * `self`, a negative number if it comes before, or zero if the\n * contents of the two bytes are equal.\n * @param self The first bytes to compare.\n * @param other The second bytes to compare.\n * @return The result of the comparison.\n */\n function compare(bytes memory self, bytes memory other) internal pure returns (int) {\n return compare(self, 0, self.length, other, 0, other.length);\n }\n\n /*\n * @dev Returns a positive number if `other` comes lexicographically after\n * `self`, a negative number if it comes before, or zero if the\n * contents of the two bytes are equal. Comparison is done per-rune,\n * on unicode codepoints.\n * @param self The first bytes to compare.\n * @param offset The offset of self.\n * @param len The length of self.\n * @param other The second bytes to compare.\n * @param otheroffset The offset of the other string.\n * @param otherlen The length of the other string.\n * @return The result of the comparison.\n */\n function compare(bytes memory self, uint offset, uint len, bytes memory other, uint otheroffset, uint otherlen) internal pure returns (int) {\n uint shortest = len;\n if (otherlen < len)\n shortest = otherlen;\n\n uint selfptr;\n uint otherptr;\n\n assembly {\n selfptr := add(self, add(offset, 32))\n otherptr := add(other, add(otheroffset, 32))\n }\n for (uint idx = 0; idx < shortest; idx += 32) {\n uint a;\n uint b;\n assembly {\n a := mload(selfptr)\n b := mload(otherptr)\n }\n if (a != b) {\n // Mask out irrelevant bytes and check again\n uint mask;\n if (shortest > 32) {\n mask = uint256(- 1); // aka 0xffffff....\n } else {\n mask = ~(2 ** (8 * (32 - shortest + idx)) - 1);\n }\n uint diff = (a & mask) - (b & mask);\n if (diff != 0)\n return int(diff);\n }\n selfptr += 32;\n otherptr += 32;\n }\n\n return int(len) - int(otherlen);\n }\n\n /*\n * @dev Returns true if the two byte ranges are equal.\n * @param self The first byte range to compare.\n * @param offset The offset into the first byte range.\n * @param other The second byte range to compare.\n * @param otherOffset The offset into the second byte range.\n * @param len The number of bytes to compare\n * @return True if the byte ranges are equal, false otherwise.\n */\n function equals(bytes memory self, uint offset, bytes memory other, uint otherOffset, uint len) internal pure returns (bool) {\n return keccak(self, offset, len) == keccak(other, otherOffset, len);\n }\n\n /*\n * @dev Returns true if the two byte ranges are equal with offsets.\n * @param self The first byte range to compare.\n * @param offset The offset into the first byte range.\n * @param other The second byte range to compare.\n * @param otherOffset The offset into the second byte range.\n * @return True if the byte ranges are equal, false otherwise.\n */\n function equals(bytes memory self, uint offset, bytes memory other, uint otherOffset) internal pure returns (bool) {\n return keccak(self, offset, self.length - offset) == keccak(other, otherOffset, other.length - otherOffset);\n }\n\n /*\n * @dev Compares a range of 'self' to all of 'other' and returns True iff\n * they are equal.\n * @param self The first byte range to compare.\n * @param offset The offset into the first byte range.\n * @param other The second byte range to compare.\n * @return True if the byte ranges are equal, false otherwise.\n */\n function equals(bytes memory self, uint offset, bytes memory other) internal pure returns (bool) {\n return self.length >= offset + other.length && equals(self, offset, other, 0, other.length);\n }\n\n /*\n * @dev Returns true if the two byte ranges are equal.\n * @param self The first byte range to compare.\n * @param other The second byte range to compare.\n * @return True if the byte ranges are equal, false otherwise.\n */\n function equals(bytes memory self, bytes memory other) internal pure returns(bool) {\n return self.length == other.length && equals(self, 0, other, 0, self.length);\n }\n\n /*\n * @dev Returns the 8-bit number at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes\n * @return The specified 8 bits of the string, interpreted as an integer.\n */\n function readUint8(bytes memory self, uint idx) internal pure returns (uint8 ret) {\n return uint8(self[idx]);\n }\n\n /*\n * @dev Returns the 16-bit number at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes\n * @return The specified 16 bits of the string, interpreted as an integer.\n */\n function readUint16(bytes memory self, uint idx) internal pure returns (uint16 ret) {\n require(idx + 2 <= self.length);\n assembly {\n ret := and(mload(add(add(self, 2), idx)), 0xFFFF)\n }\n }\n\n /*\n * @dev Returns the 32-bit number at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes\n * @return The specified 32 bits of the string, interpreted as an integer.\n */\n function readUint32(bytes memory self, uint idx) internal pure returns (uint32 ret) {\n require(idx + 4 <= self.length);\n assembly {\n ret := and(mload(add(add(self, 4), idx)), 0xFFFFFFFF)\n }\n }\n\n /*\n * @dev Returns the 32 byte value at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes\n * @return The specified 32 bytes of the string.\n */\n function readBytes32(bytes memory self, uint idx) internal pure returns (bytes32 ret) {\n require(idx + 32 <= self.length);\n assembly {\n ret := mload(add(add(self, 32), idx))\n }\n }\n\n /*\n * @dev Returns the 32 byte value at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes\n * @return The specified 32 bytes of the string.\n */\n function readBytes20(bytes memory self, uint idx) internal pure returns (bytes20 ret) {\n require(idx + 20 <= self.length);\n assembly {\n ret := and(mload(add(add(self, 32), idx)), 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000)\n }\n }\n\n /*\n * @dev Returns the n byte value at the specified index of self.\n * @param self The byte string.\n * @param idx The index into the bytes.\n * @param len The number of bytes.\n * @return The specified 32 bytes of the string.\n */\n function readBytesN(bytes memory self, uint idx, uint len) internal pure returns (bytes32 ret) {\n require(len <= 32);\n require(idx + len <= self.length);\n assembly {\n let mask := not(sub(exp(256, sub(32, len)), 1))\n ret := and(mload(add(add(self, 32), idx)), mask)\n }\n }\n\n function memcpy(uint dest, uint src, uint len) private pure {\n // Copy word-length chunks while possible\n for (; len >= 32; len -= 32) {\n assembly {\n mstore(dest, mload(src))\n }\n dest += 32;\n src += 32;\n }\n\n // Copy remaining bytes\n uint mask = 256 ** (32 - len) - 1;\n assembly {\n let srcpart := and(mload(src), not(mask))\n let destpart := and(mload(dest), mask)\n mstore(dest, or(destpart, srcpart))\n }\n }\n\n /*\n * @dev Copies a substring into a new byte string.\n * @param self The byte string to copy from.\n * @param offset The offset to start copying at.\n * @param len The number of bytes to copy.\n */\n function substring(bytes memory self, uint offset, uint len) internal pure returns(bytes memory) {\n require(offset + len <= self.length);\n\n bytes memory ret = new bytes(len);\n uint dest;\n uint src;\n\n assembly {\n dest := add(ret, 32)\n src := add(add(self, 32), offset)\n }\n memcpy(dest, src, len);\n\n return ret;\n }\n\n // Maps characters from 0x30 to 0x7A to their base32 values.\n // 0xFF represents invalid characters in that range.\n bytes constant base32HexTable = hex'00010203040506070809FFFFFFFFFFFFFF0A0B0C0D0E0F101112131415161718191A1B1C1D1E1FFFFFFFFFFFFFFFFFFFFF0A0B0C0D0E0F101112131415161718191A1B1C1D1E1F';\n\n /**\n * @dev Decodes unpadded base32 data of up to one word in length.\n * @param self The data to decode.\n * @param off Offset into the string to start at.\n * @param len Number of characters to decode.\n * @return The decoded data, left aligned.\n */\n function base32HexDecodeWord(bytes memory self, uint off, uint len) internal pure returns(bytes32) {\n require(len <= 52);\n\n uint ret = 0;\n uint8 decoded;\n for(uint i = 0; i < len; i++) {\n bytes1 char = self[off + i];\n require(char >= 0x30 && char <= 0x7A);\n decoded = uint8(base32HexTable[uint(uint8(char)) - 0x30]);\n require(decoded <= 0x20);\n if(i == len - 1) {\n break;\n }\n ret = (ret << 5) | decoded;\n }\n\n uint bitlen = len * 5;\n if(len % 8 == 0) {\n // Multiple of 8 characters, no padding\n ret = (ret << 5) | decoded;\n } else if(len % 8 == 2) {\n // Two extra characters - 1 byte\n ret = (ret << 3) | (decoded >> 2);\n bitlen -= 2;\n } else if(len % 8 == 4) {\n // Four extra characters - 2 bytes\n ret = (ret << 1) | (decoded >> 4);\n bitlen -= 4;\n } else if(len % 8 == 5) {\n // Five extra characters - 3 bytes\n ret = (ret << 4) | (decoded >> 1);\n bitlen -= 1;\n } else if(len % 8 == 7) {\n // Seven extra characters - 4 bytes\n ret = (ret << 2) | (decoded >> 3);\n bitlen -= 3;\n } else {\n revert();\n }\n\n return bytes32(ret << (256 - bitlen));\n }\n}\n\n// File: @ensdomains/buffer/contracts/Buffer.sol\n\npragma solidity >0.4.18;\n\n/**\n* @dev A library for working with mutable byte buffers in Solidity.\n*\n* Byte buffers are mutable and expandable, and provide a variety of primitives\n* for writing to them. At any time you can fetch a bytes object containing the\n* current contents of the buffer. The bytes object should not be stored between\n* operations, as it may change due to resizing of the buffer.\n*/\nlibrary Buffer {\n /**\n * @dev Represents a mutable buffer. Buffers have a current value (buf) and\n * a capacity. The capacity may be longer than the current value, in\n * which case it can be extended without the need to allocate more memory.\n */\n struct buffer {\n bytes buf;\n uint capacity;\n }\n\n /**\n * @dev Initializes a buffer with an initial capacity.\n * @param buf The buffer to initialize.\n * @param capacity The number of bytes of space to allocate the buffer.\n * @return The buffer, for chaining.\n */\n function init(buffer memory buf, uint capacity) internal pure returns(buffer memory) {\n if (capacity % 32 != 0) {\n capacity += 32 - (capacity % 32);\n }\n // Allocate space for the buffer data\n buf.capacity = capacity;\n assembly {\n let ptr := mload(0x40)\n mstore(buf, ptr)\n mstore(ptr, 0)\n mstore(0x40, add(32, add(ptr, capacity)))\n }\n return buf;\n }\n\n /**\n * @dev Initializes a new buffer from an existing bytes object.\n * Changes to the buffer may mutate the original value.\n * @param b The bytes object to initialize the buffer with.\n * @return A new buffer.\n */\n function fromBytes(bytes memory b) internal pure returns(buffer memory) {\n buffer memory buf;\n buf.buf = b;\n buf.capacity = b.length;\n return buf;\n }\n\n function resize(buffer memory buf, uint capacity) private pure {\n bytes memory oldbuf = buf.buf;\n init(buf, capacity);\n append(buf, oldbuf);\n }\n\n function max(uint a, uint b) private pure returns(uint) {\n if (a > b) {\n return a;\n }\n return b;\n }\n\n /**\n * @dev Sets buffer length to 0.\n * @param buf The buffer to truncate.\n * @return The original buffer, for chaining..\n */\n function truncate(buffer memory buf) internal pure returns (buffer memory) {\n assembly {\n let bufptr := mload(buf)\n mstore(bufptr, 0)\n }\n return buf;\n }\n\n /**\n * @dev Writes a byte string to a buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param off The start offset to write to.\n * @param data The data to append.\n * @param len The number of bytes to copy.\n * @return The original buffer, for chaining.\n */\n function write(buffer memory buf, uint off, bytes memory data, uint len) internal pure returns(buffer memory) {\n require(len <= data.length);\n\n if (off + len > buf.capacity) {\n resize(buf, max(buf.capacity, len + off) * 2);\n }\n\n uint dest;\n uint src;\n assembly {\n // Memory address of the buffer data\n let bufptr := mload(buf)\n // Length of existing buffer data\n let buflen := mload(bufptr)\n // Start address = buffer address + offset + sizeof(buffer length)\n dest := add(add(bufptr, 32), off)\n // Update buffer length if we're extending it\n if gt(add(len, off), buflen) {\n mstore(bufptr, add(len, off))\n }\n src := add(data, 32)\n }\n\n // Copy word-length chunks while possible\n for (; len >= 32; len -= 32) {\n assembly {\n mstore(dest, mload(src))\n }\n dest += 32;\n src += 32;\n }\n\n // Copy remaining bytes\n uint mask = 256 ** (32 - len) - 1;\n assembly {\n let srcpart := and(mload(src), not(mask))\n let destpart := and(mload(dest), mask)\n mstore(dest, or(destpart, srcpart))\n }\n\n return buf;\n }\n\n /**\n * @dev Appends a byte string to a buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @param len The number of bytes to copy.\n * @return The original buffer, for chaining.\n */\n function append(buffer memory buf, bytes memory data, uint len) internal pure returns (buffer memory) {\n return write(buf, buf.buf.length, data, len);\n }\n\n /**\n * @dev Appends a byte string to a buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @return The original buffer, for chaining.\n */\n function append(buffer memory buf, bytes memory data) internal pure returns (buffer memory) {\n return write(buf, buf.buf.length, data, data.length);\n }\n\n /**\n * @dev Writes a byte to the buffer. Resizes if doing so would exceed the\n * capacity of the buffer.\n * @param buf The buffer to append to.\n * @param off The offset to write the byte at.\n * @param data The data to append.\n * @return The original buffer, for chaining.\n */\n function writeUint8(buffer memory buf, uint off, uint8 data) internal pure returns(buffer memory) {\n if (off >= buf.capacity) {\n resize(buf, buf.capacity * 2);\n }\n\n assembly {\n // Memory address of the buffer data\n let bufptr := mload(buf)\n // Length of existing buffer data\n let buflen := mload(bufptr)\n // Address = buffer address + sizeof(buffer length) + off\n let dest := add(add(bufptr, off), 32)\n mstore8(dest, data)\n // Update buffer length if we extended it\n if eq(off, buflen) {\n mstore(bufptr, add(buflen, 1))\n }\n }\n return buf;\n }\n\n /**\n * @dev Appends a byte to the buffer. Resizes if doing so would exceed the\n * capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @return The original buffer, for chaining.\n */\n function appendUint8(buffer memory buf, uint8 data) internal pure returns(buffer memory) {\n return writeUint8(buf, buf.buf.length, data);\n }\n\n /**\n * @dev Writes up to 32 bytes to the buffer. Resizes if doing so would\n * exceed the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param off The offset to write at.\n * @param data The data to append.\n * @param len The number of bytes to write (left-aligned).\n * @return The original buffer, for chaining.\n */\n function write(buffer memory buf, uint off, bytes32 data, uint len) private pure returns(buffer memory) {\n if (len + off > buf.capacity) {\n resize(buf, (len + off) * 2);\n }\n\n uint mask = 256 ** len - 1;\n // Right-align data\n data = data >> (8 * (32 - len));\n assembly {\n // Memory address of the buffer data\n let bufptr := mload(buf)\n // Address = buffer address + sizeof(buffer length) + off + len\n let dest := add(add(bufptr, off), len)\n mstore(dest, or(and(mload(dest), not(mask)), data))\n // Update buffer length if we extended it\n if gt(add(off, len), mload(bufptr)) {\n mstore(bufptr, add(off, len))\n }\n }\n return buf;\n }\n\n /**\n * @dev Writes a bytes20 to the buffer. Resizes if doing so would exceed the\n * capacity of the buffer.\n * @param buf The buffer to append to.\n * @param off The offset to write at.\n * @param data The data to append.\n * @return The original buffer, for chaining.\n */\n function writeBytes20(buffer memory buf, uint off, bytes20 data) internal pure returns (buffer memory) {\n return write(buf, off, bytes32(data), 20);\n }\n\n /**\n * @dev Appends a bytes20 to the buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @return The original buffer, for chhaining.\n */\n function appendBytes20(buffer memory buf, bytes20 data) internal pure returns (buffer memory) {\n return write(buf, buf.buf.length, bytes32(data), 20);\n }\n\n /**\n * @dev Appends a bytes32 to the buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @return The original buffer, for chaining.\n */\n function appendBytes32(buffer memory buf, bytes32 data) internal pure returns (buffer memory) {\n return write(buf, buf.buf.length, data, 32);\n }\n\n /**\n * @dev Writes an integer to the buffer. Resizes if doing so would exceed\n * the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param off The offset to write at.\n * @param data The data to append.\n * @param len The number of bytes to write (right-aligned).\n * @return The original buffer, for chaining.\n */\n function writeInt(buffer memory buf, uint off, uint data, uint len) private pure returns(buffer memory) {\n if (len + off > buf.capacity) {\n resize(buf, (len + off) * 2);\n }\n\n uint mask = 256 ** len - 1;\n assembly {\n // Memory address of the buffer data\n let bufptr := mload(buf)\n // Address = buffer address + off + sizeof(buffer length) + len\n let dest := add(add(bufptr, off), len)\n mstore(dest, or(and(mload(dest), not(mask)), data))\n // Update buffer length if we extended it\n if gt(add(off, len), mload(bufptr)) {\n mstore(bufptr, add(off, len))\n }\n }\n return buf;\n }\n\n /**\n * @dev Appends a byte to the end of the buffer. Resizes if doing so would\n * exceed the capacity of the buffer.\n * @param buf The buffer to append to.\n * @param data The data to append.\n * @return The original buffer.\n */\n function appendInt(buffer memory buf, uint data, uint len) internal pure returns(buffer memory) {\n return writeInt(buf, buf.buf.length, data, len);\n }\n}\n\n// File: @ensdomains/dnssec-oracle/contracts/RRUtils.sol\n\npragma solidity >0.4.23;\n\n\n\n/**\n* @dev RRUtils is a library that provides utilities for parsing DNS resource records.\n*/\nlibrary RRUtils {\n using BytesUtils for *;\n using Buffer for *;\n\n /**\n * @dev Returns the number of bytes in the DNS name at 'offset' in 'self'.\n * @param self The byte array to read a name from.\n * @param offset The offset to start reading at.\n * @return The length of the DNS name at 'offset', in bytes.\n */\n function nameLength(bytes memory self, uint offset) internal pure returns(uint) {\n uint idx = offset;\n while (true) {\n assert(idx < self.length);\n uint labelLen = self.readUint8(idx);\n idx += labelLen + 1;\n if (labelLen == 0) {\n break;\n }\n }\n return idx - offset;\n }\n\n /**\n * @dev Returns a DNS format name at the specified offset of self.\n * @param self The byte array to read a name from.\n * @param offset The offset to start reading at.\n * @return The name.\n */\n function readName(bytes memory self, uint offset) internal pure returns(bytes memory ret) {\n uint len = nameLength(self, offset);\n return self.substring(offset, len);\n }\n\n /**\n * @dev Returns the number of labels in the DNS name at 'offset' in 'self'.\n * @param self The byte array to read a name from.\n * @param offset The offset to start reading at.\n * @return The number of labels in the DNS name at 'offset', in bytes.\n */\n function labelCount(bytes memory self, uint offset) internal pure returns(uint) {\n uint count = 0;\n while (true) {\n assert(offset < self.length);\n uint labelLen = self.readUint8(offset);\n offset += labelLen + 1;\n if (labelLen == 0) {\n break;\n }\n count += 1;\n }\n return count;\n }\n\n /**\n * @dev An iterator over resource records.\n */\n struct RRIterator {\n bytes data;\n uint offset;\n uint16 dnstype;\n uint16 class;\n uint32 ttl;\n uint rdataOffset;\n uint nextOffset;\n }\n\n /**\n * @dev Begins iterating over resource records.\n * @param self The byte string to read from.\n * @param offset The offset to start reading at.\n * @return An iterator object.\n */\n function iterateRRs(bytes memory self, uint offset) internal pure returns (RRIterator memory ret) {\n ret.data = self;\n ret.nextOffset = offset;\n next(ret);\n }\n\n /**\n * @dev Returns true iff there are more RRs to iterate.\n * @param iter The iterator to check.\n * @return True iff the iterator has finished.\n */\n function done(RRIterator memory iter) internal pure returns(bool) {\n return iter.offset >= iter.data.length;\n }\n\n /**\n * @dev Moves the iterator to the next resource record.\n * @param iter The iterator to advance.\n */\n function next(RRIterator memory iter) internal pure {\n iter.offset = iter.nextOffset;\n if (iter.offset >= iter.data.length) {\n return;\n }\n\n // Skip the name\n uint off = iter.offset + nameLength(iter.data, iter.offset);\n\n // Read type, class, and ttl\n iter.dnstype = iter.data.readUint16(off);\n off += 2;\n iter.class = iter.data.readUint16(off);\n off += 2;\n iter.ttl = iter.data.readUint32(off);\n off += 4;\n\n // Read the rdata\n uint rdataLength = iter.data.readUint16(off);\n off += 2;\n iter.rdataOffset = off;\n iter.nextOffset = off + rdataLength;\n }\n\n /**\n * @dev Returns the name of the current record.\n * @param iter The iterator.\n * @return A new bytes object containing the owner name from the RR.\n */\n function name(RRIterator memory iter) internal pure returns(bytes memory) {\n return iter.data.substring(iter.offset, nameLength(iter.data, iter.offset));\n }\n\n /**\n * @dev Returns the rdata portion of the current record.\n * @param iter The iterator.\n * @return A new bytes object containing the RR's RDATA.\n */\n function rdata(RRIterator memory iter) internal pure returns(bytes memory) {\n return iter.data.substring(iter.rdataOffset, iter.nextOffset - iter.rdataOffset);\n }\n\n /**\n * @dev Checks if a given RR type exists in a type bitmap.\n * @param self The byte string to read the type bitmap from.\n * @param offset The offset to start reading at.\n * @param rrtype The RR type to check for.\n * @return True if the type is found in the bitmap, false otherwise.\n */\n function checkTypeBitmap(bytes memory self, uint offset, uint16 rrtype) internal pure returns (bool) {\n uint8 typeWindow = uint8(rrtype >> 8);\n uint8 windowByte = uint8((rrtype & 0xff) / 8);\n uint8 windowBitmask = uint8(uint8(1) << (uint8(7) - uint8(rrtype & 0x7)));\n for (uint off = offset; off < self.length;) {\n uint8 window = self.readUint8(off);\n uint8 len = self.readUint8(off + 1);\n if (typeWindow < window) {\n // We've gone past our window; it's not here.\n return false;\n } else if (typeWindow == window) {\n // Check this type bitmap\n if (len * 8 <= windowByte) {\n // Our type is past the end of the bitmap\n return false;\n }\n return (self.readUint8(off + windowByte + 2) & windowBitmask) != 0;\n } else {\n // Skip this type bitmap\n off += len + 2;\n }\n }\n\n return false;\n }\n\n function compareNames(bytes memory self, bytes memory other) internal pure returns (int) {\n if (self.equals(other)) {\n return 0;\n }\n\n uint off;\n uint otheroff;\n uint prevoff;\n uint otherprevoff;\n uint counts = labelCount(self, 0);\n uint othercounts = labelCount(other, 0);\n\n // Keep removing labels from the front of the name until both names are equal length\n while (counts > othercounts) {\n prevoff = off;\n off = progress(self, off);\n counts--;\n }\n\n while (othercounts > counts) {\n otherprevoff = otheroff;\n otheroff = progress(other, otheroff);\n othercounts--;\n }\n\n // Compare the last nonequal labels to each other\n while (counts > 0 && !self.equals(off, other, otheroff)) {\n prevoff = off;\n off = progress(self, off);\n otherprevoff = otheroff;\n otheroff = progress(other, otheroff);\n counts -= 1;\n }\n\n if (off == 0) {\n return -1;\n }\n if(otheroff == 0) {\n return 1;\n }\n\n return self.compare(prevoff + 1, self.readUint8(prevoff), other, otherprevoff + 1, other.readUint8(otherprevoff));\n }\n\n function progress(bytes memory body, uint off) internal pure returns(uint) {\n return off + 1 + body.readUint8(off);\n }\n}\n\n// File: contracts/profiles/DNSResolver.sol\n\npragma solidity ^0.5.0;\n\n\n\ncontract DNSResolver is ResolverBase {\n using RRUtils for *;\n using BytesUtils for bytes;\n\n bytes4 constant private DNS_RECORD_INTERFACE_ID = 0xa8fa5682;\n bytes4 constant private DNS_ZONE_INTERFACE_ID = 0x5c47637c;\n\n // DNSRecordChanged is emitted whenever a given node/name/resource's RRSET is updated.\n event DNSRecordChanged(bytes32 indexed node, bytes name, uint16 resource, bytes record);\n // DNSRecordDeleted is emitted whenever a given node/name/resource's RRSET is deleted.\n event DNSRecordDeleted(bytes32 indexed node, bytes name, uint16 resource);\n // DNSZoneCleared is emitted whenever a given node's zone information is cleared.\n event DNSZoneCleared(bytes32 indexed node);\n\n // DNSZonehashChanged is emitted whenever a given node's zone hash is updated.\n event DNSZonehashChanged(bytes32 indexed node, bytes lastzonehash, bytes zonehash);\n\n // Zone hashes for the domains.\n // A zone hash is an EIP-1577 content hash in binary format that should point to a\n // resource containing a single zonefile.\n // node => contenthash\n mapping(bytes32=>bytes) private zonehashes;\n\n // Version the mapping for each zone. This allows users who have lost\n // track of their entries to effectively delete an entire zone by bumping\n // the version number.\n // node => version\n mapping(bytes32=>uint256) private versions;\n\n // The records themselves. Stored as binary RRSETs\n // node => version => name => resource => data\n mapping(bytes32=>mapping(uint256=>mapping(bytes32=>mapping(uint16=>bytes)))) private records;\n\n // Count of number of entries for a given name. Required for DNS resolvers\n // when resolving wildcards.\n // node => version => name => number of records\n mapping(bytes32=>mapping(uint256=>mapping(bytes32=>uint16))) private nameEntriesCount;\n\n /**\n * Set one or more DNS records. Records are supplied in wire-format.\n * Records with the same node/name/resource must be supplied one after the\n * other to ensure the data is updated correctly. For example, if the data\n * was supplied:\n * a.example.com IN A 1.2.3.4\n * a.example.com IN A 5.6.7.8\n * www.example.com IN CNAME a.example.com.\n * then this would store the two A records for a.example.com correctly as a\n * single RRSET, however if the data was supplied:\n * a.example.com IN A 1.2.3.4\n * www.example.com IN CNAME a.example.com.\n * a.example.com IN A 5.6.7.8\n * then this would store the first A record, the CNAME, then the second A\n * record which would overwrite the first.\n *\n * @param node the namehash of the node for which to set the records\n * @param data the DNS wire format records to set\n */\n function setDNSRecords(bytes32 node, bytes calldata data) external authorised(node) {\n uint16 resource = 0;\n uint256 offset = 0;\n bytes memory name;\n bytes memory value;\n bytes32 nameHash;\n // Iterate over the data to add the resource records\n for (RRUtils.RRIterator memory iter = data.iterateRRs(0); !iter.done(); iter.next()) {\n if (resource == 0) {\n resource = iter.dnstype;\n name = iter.name();\n nameHash = keccak256(abi.encodePacked(name));\n value = bytes(iter.rdata());\n } else {\n bytes memory newName = iter.name();\n if (resource != iter.dnstype || !name.equals(newName)) {\n setDNSRRSet(node, name, resource, data, offset, iter.offset - offset, value.length == 0);\n resource = iter.dnstype;\n offset = iter.offset;\n name = newName;\n nameHash = keccak256(name);\n value = bytes(iter.rdata());\n }\n }\n }\n if (name.length > 0) {\n setDNSRRSet(node, name, resource, data, offset, data.length - offset, value.length == 0);\n }\n }\n\n /**\n * Obtain a DNS record.\n * @param node the namehash of the node for which to fetch the record\n * @param name the keccak-256 hash of the fully-qualified name for which to fetch the record\n * @param resource the ID of the resource as per https://en.wikipedia.org/wiki/List_of_DNS_record_types\n * @return the DNS record in wire format if present, otherwise empty\n */\n function dnsRecord(bytes32 node, bytes32 name, uint16 resource) public view returns (bytes memory) {\n return records[node][versions[node]][name][resource];\n }\n\n /**\n * Check if a given node has records.\n * @param node the namehash of the node for which to check the records\n * @param name the namehash of the node for which to check the records\n */\n function hasDNSRecords(bytes32 node, bytes32 name) public view returns (bool) {\n return (nameEntriesCount[node][versions[node]][name] != 0);\n }\n\n /**\n * Clear all information for a DNS zone.\n * @param node the namehash of the node for which to clear the zone\n */\n function clearDNSZone(bytes32 node) public authorised(node) {\n versions[node]++;\n emit DNSZoneCleared(node);\n }\n\n /**\n * setZonehash sets the hash for the zone.\n * May only be called by the owner of that node in the ENS registry.\n * @param node The node to update.\n * @param hash The zonehash to set\n */\n function setZonehash(bytes32 node, bytes calldata hash) external authorised(node) {\n bytes memory oldhash = zonehashes[node];\n zonehashes[node] = hash;\n emit DNSZonehashChanged(node, oldhash, hash);\n }\n\n /**\n * zonehash obtains the hash for the zone.\n * @param node The ENS node to query.\n * @return The associated contenthash.\n */\n function zonehash(bytes32 node) external view returns (bytes memory) {\n return zonehashes[node];\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == DNS_RECORD_INTERFACE_ID ||\n interfaceID == DNS_ZONE_INTERFACE_ID ||\n super.supportsInterface(interfaceID);\n }\n\n function setDNSRRSet(\n bytes32 node,\n bytes memory name,\n uint16 resource,\n bytes memory data,\n uint256 offset,\n uint256 size,\n bool deleteRecord) private\n {\n uint256 version = versions[node];\n bytes32 nameHash = keccak256(name);\n bytes memory rrData = data.substring(offset, size);\n if (deleteRecord) {\n if (records[node][version][nameHash][resource].length != 0) {\n nameEntriesCount[node][version][nameHash]--;\n }\n delete(records[node][version][nameHash][resource]);\n emit DNSRecordDeleted(node, name, resource);\n } else {\n if (records[node][version][nameHash][resource].length == 0) {\n nameEntriesCount[node][version][nameHash]++;\n }\n records[node][version][nameHash][resource] = rrData;\n emit DNSRecordChanged(node, name, resource, rrData);\n }\n }\n}\n\n// File: contracts/profiles/InterfaceResolver.sol\n\npragma solidity ^0.5.0;\n\n\n\ncontract InterfaceResolver is ResolverBase, AddrResolver {\n bytes4 constant private INTERFACE_INTERFACE_ID = bytes4(keccak256(\"interfaceImplementer(bytes32,bytes4)\"));\n bytes4 private constant INTERFACE_META_ID = 0x01ffc9a7;\n\n event InterfaceChanged(bytes32 indexed node, bytes4 indexed interfaceID, address implementer);\n\n mapping(bytes32=>mapping(bytes4=>address)) interfaces;\n\n /**\n * Sets an interface associated with a name.\n * Setting the address to 0 restores the default behaviour of querying the contract at `addr()` for interface support.\n * @param node The node to update.\n * @param interfaceID The EIP 165 interface ID.\n * @param implementer The address of a contract that implements this interface for this node.\n */\n function setInterface(bytes32 node, bytes4 interfaceID, address implementer) external authorised(node) {\n interfaces[node][interfaceID] = implementer;\n emit InterfaceChanged(node, interfaceID, implementer);\n }\n\n /**\n * Returns the address of a contract that implements the specified interface for this name.\n * If an implementer has not been set for this interfaceID and name, the resolver will query\n * the contract at `addr()`. If `addr()` is set, a contract exists at that address, and that\n * contract implements EIP165 and returns `true` for the specified interfaceID, its address\n * will be returned.\n * @param node The ENS node to query.\n * @param interfaceID The EIP 165 interface ID to check for.\n * @return The address that implements this interface, or 0 if the interface is unsupported.\n */\n function interfaceImplementer(bytes32 node, bytes4 interfaceID) external view returns (address) {\n address implementer = interfaces[node][interfaceID];\n if(implementer != address(0)) {\n return implementer;\n }\n\n address a = addr(node);\n if(a == address(0)) {\n return address(0);\n }\n\n (bool success, bytes memory returnData) = a.staticcall(abi.encodeWithSignature(\"supportsInterface(bytes4)\", INTERFACE_META_ID));\n if(!success || returnData.length < 32 || returnData[31] == 0) {\n // EIP 165 not supported by target\n return address(0);\n }\n\n (success, returnData) = a.staticcall(abi.encodeWithSignature(\"supportsInterface(bytes4)\", interfaceID));\n if(!success || returnData.length < 32 || returnData[31] == 0) {\n // Specified interface not supported by target\n return address(0);\n }\n\n return a;\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == INTERFACE_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/profiles/NameResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract NameResolver is ResolverBase {\n bytes4 constant private NAME_INTERFACE_ID = 0x691f3431;\n\n event NameChanged(bytes32 indexed node, string name);\n\n mapping(bytes32=>string) names;\n\n /**\n * Sets the name associated with an ENS node, for reverse records.\n * May only be called by the owner of that node in the ENS registry.\n * @param node The node to update.\n * @param name The name to set.\n */\n function setName(bytes32 node, string calldata name) external authorised(node) {\n names[node] = name;\n emit NameChanged(node, name);\n }\n\n /**\n * Returns the name associated with an ENS node, for reverse records.\n * Defined in EIP181.\n * @param node The ENS node to query.\n * @return The associated name.\n */\n function name(bytes32 node) external view returns (string memory) {\n return names[node];\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == NAME_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/profiles/PubkeyResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract PubkeyResolver is ResolverBase {\n bytes4 constant private PUBKEY_INTERFACE_ID = 0xc8690233;\n\n event PubkeyChanged(bytes32 indexed node, bytes32 x, bytes32 y);\n\n struct PublicKey {\n bytes32 x;\n bytes32 y;\n }\n\n mapping(bytes32=>PublicKey) pubkeys;\n\n /**\n * Sets the SECP256k1 public key associated with an ENS node.\n * @param node The ENS node to query\n * @param x the X coordinate of the curve point for the public key.\n * @param y the Y coordinate of the curve point for the public key.\n */\n function setPubkey(bytes32 node, bytes32 x, bytes32 y) external authorised(node) {\n pubkeys[node] = PublicKey(x, y);\n emit PubkeyChanged(node, x, y);\n }\n\n /**\n * Returns the SECP256k1 public key associated with an ENS node.\n * Defined in EIP 619.\n * @param node The ENS node to query\n * @return x, y the X and Y coordinates of the curve point for the public key.\n */\n function pubkey(bytes32 node) external view returns (bytes32 x, bytes32 y) {\n return (pubkeys[node].x, pubkeys[node].y);\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == PUBKEY_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/profiles/TextResolver.sol\n\npragma solidity ^0.5.0;\n\n\ncontract TextResolver is ResolverBase {\n bytes4 constant private TEXT_INTERFACE_ID = 0x59d1d43c;\n\n event TextChanged(bytes32 indexed node, string indexed indexedKey, string key);\n\n mapping(bytes32=>mapping(string=>string)) texts;\n\n /**\n * Sets the text data associated with an ENS node and key.\n * May only be called by the owner of that node in the ENS registry.\n * @param node The node to update.\n * @param key The key to set.\n * @param value The text data value to set.\n */\n function setText(bytes32 node, string calldata key, string calldata value) external authorised(node) {\n texts[node][key] = value;\n emit TextChanged(node, key, key);\n }\n\n /**\n * Returns the text data associated with an ENS node and key.\n * @param node The ENS node to query.\n * @param key The text data key to query.\n * @return The associated text data.\n */\n function text(bytes32 node, string calldata key) external view returns (string memory) {\n return texts[node][key];\n }\n\n function supportsInterface(bytes4 interfaceID) public pure returns(bool) {\n return interfaceID == TEXT_INTERFACE_ID || super.supportsInterface(interfaceID);\n }\n}\n\n// File: contracts/PublicResolver.sol\n\npragma solidity ^0.5.0;\npragma experimental ABIEncoderV2;\n\n\n\n\n\n\n\n\n\n\n/**\n * A simple resolver anyone can use; only allows the owner of a node to set its\n * address.\n */\ncontract PublicResolver is ABIResolver, AddrResolver, ContentHashResolver, DNSResolver, InterfaceResolver, NameResolver, PubkeyResolver, TextResolver {\n ENS ens;\n\n /**\n * A mapping of authorisations. An address that is authorised for a name\n * may make any changes to the name that the owner could, but may not update\n * the set of authorisations.\n * (node, owner, caller) => isAuthorised\n */\n mapping(bytes32=>mapping(address=>mapping(address=>bool))) public authorisations;\n\n event AuthorisationChanged(bytes32 indexed node, address indexed owner, address indexed target, bool isAuthorised);\n\n constructor(ENS _ens) public {\n ens = _ens;\n }\n\n /**\n * @dev Sets or clears an authorisation.\n * Authorisations are specific to the caller. Any account can set an authorisation\n * for any name, but the authorisation that is checked will be that of the\n * current owner of a name. Thus, transferring a name effectively clears any\n * existing authorisations, and new authorisations can be set in advance of\n * an ownership transfer if desired.\n *\n * @param node The name to change the authorisation on.\n * @param target The address that is to be authorised or deauthorised.\n * @param isAuthorised True if the address should be authorised, or false if it should be deauthorised.\n */\n function setAuthorisation(bytes32 node, address target, bool isAuthorised) external {\n authorisations[node][msg.sender][target] = isAuthorised;\n emit AuthorisationChanged(node, msg.sender, target, isAuthorised);\n }\n\n function isAuthorised(bytes32 node) internal view returns(bool) {\n address owner = ens.owner(node);\n return owner == msg.sender || authorisations[node][owner][msg.sender];\n }\n\n function multicall(bytes[] calldata data) external returns(bytes[] memory results) {\n results = new bytes[](data.length);\n for(uint i = 0; i < data.length; i++) {\n (bool success, bytes memory result) = address(this).delegatecall(data[i]);\n require(success);\n results[i] = result;\n }\n return results;\n }\n}\n",
"compiler": {
"name": "solc",
"version": "0.5.16+commit.9c3226ce.Emscripten.clang"
},
"networks": {},
"schemaVersion": "3.2.3",
"updatedAt": "2020-08-07T07:29:33.138Z",
"devdoc": {
"methods": {
"ABI(bytes32,uint256)": {
"params": {
"contentTypes": "A bitwise OR of the ABI formats accepted by the caller.",
"node": "The ENS node to query"
},
"return": "contentType The content type of the return valuedata The ABI data"
},
"addr(bytes32)": {
"params": {
"node": "The ENS node to query."
},
"return": "The associated address."
},
"clearDNSZone(bytes32)": {
"params": {
"node": "the namehash of the node for which to clear the zone"
}
},
"contenthash(bytes32)": {
"params": {
"node": "The ENS node to query."
},
"return": "The associated contenthash."
},
"dnsRecord(bytes32,bytes32,uint16)": {
"params": {
"name": "the keccak-256 hash of the fully-qualified name for which to fetch the record",
"node": "the namehash of the node for which to fetch the record",
"resource": "the ID of the resource as per https://en.wikipedia.org/wiki/List_of_DNS_record_types"
},
"return": "the DNS record in wire format if present, otherwise empty"
},
"hasDNSRecords(bytes32,bytes32)": {
"params": {
"name": "the namehash of the node for which to check the records",
"node": "the namehash of the node for which to check the records"
}
},
"interfaceImplementer(bytes32,bytes4)": {
"params": {
"interfaceID": "The EIP 165 interface ID to check for.",
"node": "The ENS node to query."
},
"return": "The address that implements this interface, or 0 if the interface is unsupported."
},
"name(bytes32)": {
"params": {
"node": "The ENS node to query."
},
"return": "The associated name."
},
"pubkey(bytes32)": {
"params": {
"node": "The ENS node to query"
},
"return": "x, y the X and Y coordinates of the curve point for the public key."
},
"setABI(bytes32,uint256,bytes)": {
"params": {
"contentType": "The content type of the ABI",
"data": "The ABI data.",
"node": "The node to update."
}
},
"setAddr(bytes32,address)": {
"params": {
"a": "The address to set.",
"node": "The node to update."
}
},
"setAuthorisation(bytes32,address,bool)": {
"details": "Sets or clears an authorisation. Authorisations are specific to the caller. Any account can set an authorisation for any name, but the authorisation that is checked will be that of the current owner of a name. Thus, transferring a name effectively clears any existing authorisations, and new authorisations can be set in advance of an ownership transfer if desired.",
"params": {
"isAuthorised": "True if the address should be authorised, or false if it should be deauthorised.",
"node": "The name to change the authorisation on.",
"target": "The address that is to be authorised or deauthorised."
}
},
"setContenthash(bytes32,bytes)": {
"params": {
"hash": "The contenthash to set",
"node": "The node to update."
}
},
"setDNSRecords(bytes32,bytes)": {
"params": {
"data": "the DNS wire format records to set",
"node": "the namehash of the node for which to set the records"
}
},
"setInterface(bytes32,bytes4,address)": {
"params": {
"implementer": "The address of a contract that implements this interface for this node.",
"interfaceID": "The EIP 165 interface ID.",
"node": "The node to update."
}
},
"setName(bytes32,string)": {
"params": {
"name": "The name to set.",
"node": "The node to update."
}
},
"setPubkey(bytes32,bytes32,bytes32)": {
"params": {
"node": "The ENS node to query",
"x": "the X coordinate of the curve point for the public key.",
"y": "the Y coordinate of the curve point for the public key."
}
},
"setText(bytes32,string,string)": {
"params": {
"key": "The key to set.",
"node": "The node to update.",
"value": "The text data value to set."
}
},
"setZonehash(bytes32,bytes)": {
"params": {
"hash": "The zonehash to set",
"node": "The node to update."
}
},
"text(bytes32,string)": {
"params": {
"key": "The text data key to query.",
"node": "The ENS node to query."
},
"return": "The associated text data."
},
"zonehash(bytes32)": {
"params": {
"node": "The ENS node to query."
},
"return": "The associated contenthash."
}
}
},
"userdoc": {
"methods": {
"ABI(bytes32,uint256)": {
"notice": "Returns the ABI associated with an ENS node. Defined in EIP205."
},
"addr(bytes32)": {
"notice": "Returns the address associated with an ENS node."
},
"clearDNSZone(bytes32)": {
"notice": "Clear all information for a DNS zone."
},
"contenthash(bytes32)": {
"notice": "Returns the contenthash associated with an ENS node."
},
"dnsRecord(bytes32,bytes32,uint16)": {
"notice": "Obtain a DNS record."
},
"hasDNSRecords(bytes32,bytes32)": {
"notice": "Check if a given node has records."
},
"interfaceImplementer(bytes32,bytes4)": {
"notice": "Returns the address of a contract that implements the specified interface for this name. If an implementer has not been set for this interfaceID and name, the resolver will query the contract at `addr()`. If `addr()` is set, a contract exists at that address, and that contract implements EIP165 and returns `true` for the specified interfaceID, its address will be returned."
},
"name(bytes32)": {
"notice": "Returns the name associated with an ENS node, for reverse records. Defined in EIP181."
},
"pubkey(bytes32)": {
"notice": "Returns the SECP256k1 public key associated with an ENS node. Defined in EIP 619."
},
"setABI(bytes32,uint256,bytes)": {
"notice": "Sets the ABI associated with an ENS node. Nodes may have one ABI of each content type. To remove an ABI, set it to the empty string."
},
"setAddr(bytes32,address)": {
"notice": "Sets the address associated with an ENS node. May only be called by the owner of that node in the ENS registry."
},
"setContenthash(bytes32,bytes)": {
"notice": "Sets the contenthash associated with an ENS node. May only be called by the owner of that node in the ENS registry."
},
"setDNSRecords(bytes32,bytes)": {
"notice": "Set one or more DNS records. Records are supplied in wire-format. Records with the same node/name/resource must be supplied one after the other to ensure the data is updated correctly. For example, if the data was supplied: a.example.com IN A 1.2.3.4 a.example.com IN A 5.6.7.8 www.example.com IN CNAME a.example.com. then this would store the two A records for a.example.com correctly as a single RRSET, however if the data was supplied: a.example.com IN A 1.2.3.4 www.example.com IN CNAME a.example.com. a.example.com IN A 5.6.7.8 then this would store the first A record, the CNAME, then the second A record which would overwrite the first."
},
"setInterface(bytes32,bytes4,address)": {
"notice": "Sets an interface associated with a name. Setting the address to 0 restores the default behaviour of querying the contract at `addr()` for interface support."
},
"setName(bytes32,string)": {
"notice": "Sets the name associated with an ENS node, for reverse records. May only be called by the owner of that node in the ENS registry."
},
"setPubkey(bytes32,bytes32,bytes32)": {
"notice": "Sets the SECP256k1 public key associated with an ENS node."
},
"setText(bytes32,string,string)": {
"notice": "Sets the text data associated with an ENS node and key. May only be called by the owner of that node in the ENS registry."
},
"setZonehash(bytes32,bytes)": {
"notice": "setZonehash sets the hash for the zone. May only be called by the owner of that node in the ENS registry."
},
"text(bytes32,string)": {
"notice": "Returns the text data associated with an ENS node and key."
},
"zonehash(bytes32)": {
"notice": "zonehash obtains the hash for the zone."
}
},
"notice": "A simple resolver anyone can use; only allows the owner of a node to set its address."
}
}