Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
943 changes: 943 additions & 0 deletions build/contracts/DelegateProxy.json

Large diffs are not rendered by default.

2,118 changes: 2,118 additions & 0 deletions build/contracts/ENS.json

Large diffs are not rendered by default.

3,844 changes: 3,844 additions & 0 deletions build/contracts/ManagedDomainOwner.json

Large diffs are not rendered by default.

1,380 changes: 1,380 additions & 0 deletions build/contracts/Migrations.json

Large diffs are not rendered by default.

2,192 changes: 2,192 additions & 0 deletions build/contracts/Ownable.json

Large diffs are not rendered by default.

5,452 changes: 5,452 additions & 0 deletions build/contracts/Registrar.json

Large diffs are not rendered by default.

718 changes: 718 additions & 0 deletions build/contracts/RegistrarProxy.json

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions build/contracts/RegistrarStorage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"contractName": "RegistrarStorage",
"abi": [
{
"constant": true,
"inputs": [],
"name": "registrarImpl",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060e98061001f6000396000f300608060405260043610603f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063174b62a9146044575b600080fd5b348015604f57600080fd5b5060566098565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058207361fd4ce65c3320d40248d27860ac1d94934525566eed9bc69eee897a3ee9c40029",
"deployedBytecode": "0x608060405260043610603f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063174b62a9146044575b600080fd5b348015604f57600080fd5b5060566098565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058207361fd4ce65c3320d40248d27860ac1d94934525566eed9bc69eee897a3ee9c40029",
"sourceMap": "130:63:2:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;130:63:2;;;;;;;",
"deployedSourceMap": "130:63:2:-;;;;;;;;;;;;;;;;;;;;;;;;162:28;;8:9:-1;5:2;;;30:1;27;20:12;5:2;162:28:2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o",
"source": "pragma solidity ^0.4.18;\n\n/**\n * @title RegistrarStorage\n * @dev Contains the address of the current registrar implementation\n */\ncontract RegistrarStorage {\n address public registrarImpl;\n}\n",
"sourcePath": "/Users/WilliamHuang/Developer/Job-Development/BitNation/pns/contracts/RegistrarStorage.sol",
"ast": {
"absolutePath": "/Users/WilliamHuang/Developer/Job-Development/BitNation/pns/contracts/RegistrarStorage.sol",
"exportedSymbols": {
"RegistrarStorage": [
67
]
},
"id": 68,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 64,
"literals": [
"solidity",
"^",
"0.4",
".18"
],
"nodeType": "PragmaDirective",
"src": "0:24:2"
},
{
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"documentation": "@title RegistrarStorage\n@dev Contains the address of the current registrar implementation",
"fullyImplemented": true,
"id": 67,
"linearizedBaseContracts": [
67
],
"name": "RegistrarStorage",
"nodeType": "ContractDefinition",
"nodes": [
{
"constant": false,
"id": 66,
"name": "registrarImpl",
"nodeType": "VariableDeclaration",
"scope": 67,
"src": "162:28:2",
"stateVariable": true,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 65,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "162:7:2",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"value": null,
"visibility": "public"
}
],
"scope": 68,
"src": "130:63:2"
}
],
"src": "0:194:2"
},
"legacyAST": {
"absolutePath": "/Users/WilliamHuang/Developer/Job-Development/BitNation/pns/contracts/RegistrarStorage.sol",
"exportedSymbols": {
"RegistrarStorage": [
67
]
},
"id": 68,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 64,
"literals": [
"solidity",
"^",
"0.4",
".18"
],
"nodeType": "PragmaDirective",
"src": "0:24:2"
},
{
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"documentation": "@title RegistrarStorage\n@dev Contains the address of the current registrar implementation",
"fullyImplemented": true,
"id": 67,
"linearizedBaseContracts": [
67
],
"name": "RegistrarStorage",
"nodeType": "ContractDefinition",
"nodes": [
{
"constant": false,
"id": 66,
"name": "registrarImpl",
"nodeType": "VariableDeclaration",
"scope": 67,
"src": "162:28:2",
"stateVariable": true,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 65,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "162:7:2",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
}
},
"value": null,
"visibility": "public"
}
],
"scope": 68,
"src": "130:63:2"
}
],
"src": "0:194:2"
},
"compiler": {
"name": "solc",
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
},
"networks": {},
"schemaVersion": "2.0.0",
"updatedAt": "2018-08-22T17:28:00.203Z"
}
Loading