Update for nftdapp

This commit is contained in:
elegant651
2020-03-25 13:48:31 +09:00
parent 6e0388b653
commit 5ad3b5d2de
41 changed files with 19436 additions and 15045 deletions

View File

@@ -26,19 +26,19 @@
"sourceMap": "",
"deployedSourceMap": "",
"source": "pragma solidity ^0.4.24;\n\n\n/**\n * @title ERC165\n * @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md\n */\ninterface ERC165 {\n\n /**\n * @notice Query if a contract implements an interface\n * @param _interfaceId The interface identifier, as specified in ERC-165\n * @dev Interface identification is specified in ERC-165. This function\n * uses less than 30,000 gas.\n */\n function supportsInterface(bytes4 _interfaceId)\n external\n view\n returns (bool);\n}\n",
"sourcePath": "/Users/willpark/Desktop/bookwork-blockchain/testcodes/9nftdapp-new/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"sourcePath": "/Users/willpark/Desktop/bookwork-klaytn/project_codes/nftbapp/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"ast": {
"absolutePath": "/Users/willpark/Desktop/bookwork-blockchain/testcodes/9nftdapp-new/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"absolutePath": "/Users/willpark/Desktop/bookwork-klaytn/project_codes/nftbapp/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"exportedSymbols": {
"ERC165": [
423
480
]
},
"id": 424,
"id": 481,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 415,
"id": 472,
"literals": [
"solidity",
"^",
@@ -46,7 +46,7 @@
".24"
],
"nodeType": "PragmaDirective",
"src": "0:24:3"
"src": "0:24:4"
},
{
"baseContracts": [],
@@ -54,9 +54,9 @@
"contractKind": "interface",
"documentation": "@title ERC165\n@dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md",
"fullyImplemented": false,
"id": 423,
"id": 480,
"linearizedBaseContracts": [
423
480
],
"name": "ERC165",
"nodeType": "ContractDefinition",
@@ -64,7 +64,7 @@
{
"body": null,
"documentation": "@notice Query if a contract implements an interface\n@param _interfaceId The interface identifier, as specified in ERC-165\n@dev Interface identification is specified in ERC-165. This function\nuses less than 30,000 gas.",
"id": 422,
"id": 479,
"implemented": false,
"isConstructor": false,
"isDeclaredConst": true,
@@ -72,16 +72,16 @@
"name": "supportsInterface",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 418,
"id": 475,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 417,
"id": 474,
"name": "_interfaceId",
"nodeType": "VariableDeclaration",
"scope": 422,
"src": "420:19:3",
"scope": 479,
"src": "420:19:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
@@ -89,10 +89,10 @@
"typeString": "bytes4"
},
"typeName": {
"id": 416,
"id": 473,
"name": "bytes4",
"nodeType": "ElementaryTypeName",
"src": "420:6:3",
"src": "420:6:4",
"typeDescriptions": {
"typeIdentifier": "t_bytes4",
"typeString": "bytes4"
@@ -102,20 +102,20 @@
"visibility": "internal"
}
],
"src": "419:21:3"
"src": "419:21:4"
},
"payable": false,
"returnParameters": {
"id": 421,
"id": 478,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 420,
"id": 477,
"name": "",
"nodeType": "VariableDeclaration",
"scope": 422,
"src": "476:4:3",
"scope": 479,
"src": "476:4:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
@@ -123,10 +123,10 @@
"typeString": "bool"
},
"typeName": {
"id": 419,
"id": 476,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "476:4:3",
"src": "476:4:4",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
@@ -136,33 +136,33 @@
"visibility": "internal"
}
],
"src": "475:6:3"
"src": "475:6:4"
},
"scope": 423,
"src": "393:89:3",
"scope": 480,
"src": "393:89:4",
"stateMutability": "view",
"superFunction": null,
"visibility": "external"
}
],
"scope": 424,
"src": "121:363:3"
"scope": 481,
"src": "121:363:4"
}
],
"src": "0:485:3"
"src": "0:485:4"
},
"legacyAST": {
"absolutePath": "/Users/willpark/Desktop/bookwork-blockchain/testcodes/9nftdapp-new/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"absolutePath": "/Users/willpark/Desktop/bookwork-klaytn/project_codes/nftbapp/backend-nftdapp/node_modules/zeppelin-solidity/contracts/introspection/ERC165.sol",
"exportedSymbols": {
"ERC165": [
423
480
]
},
"id": 424,
"id": 481,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 415,
"id": 472,
"literals": [
"solidity",
"^",
@@ -170,7 +170,7 @@
".24"
],
"nodeType": "PragmaDirective",
"src": "0:24:3"
"src": "0:24:4"
},
{
"baseContracts": [],
@@ -178,9 +178,9 @@
"contractKind": "interface",
"documentation": "@title ERC165\n@dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md",
"fullyImplemented": false,
"id": 423,
"id": 480,
"linearizedBaseContracts": [
423
480
],
"name": "ERC165",
"nodeType": "ContractDefinition",
@@ -188,7 +188,7 @@
{
"body": null,
"documentation": "@notice Query if a contract implements an interface\n@param _interfaceId The interface identifier, as specified in ERC-165\n@dev Interface identification is specified in ERC-165. This function\nuses less than 30,000 gas.",
"id": 422,
"id": 479,
"implemented": false,
"isConstructor": false,
"isDeclaredConst": true,
@@ -196,16 +196,16 @@
"name": "supportsInterface",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 418,
"id": 475,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 417,
"id": 474,
"name": "_interfaceId",
"nodeType": "VariableDeclaration",
"scope": 422,
"src": "420:19:3",
"scope": 479,
"src": "420:19:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
@@ -213,10 +213,10 @@
"typeString": "bytes4"
},
"typeName": {
"id": 416,
"id": 473,
"name": "bytes4",
"nodeType": "ElementaryTypeName",
"src": "420:6:3",
"src": "420:6:4",
"typeDescriptions": {
"typeIdentifier": "t_bytes4",
"typeString": "bytes4"
@@ -226,20 +226,20 @@
"visibility": "internal"
}
],
"src": "419:21:3"
"src": "419:21:4"
},
"payable": false,
"returnParameters": {
"id": 421,
"id": 478,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 420,
"id": 477,
"name": "",
"nodeType": "VariableDeclaration",
"scope": 422,
"src": "476:4:3",
"scope": 479,
"src": "476:4:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
@@ -247,10 +247,10 @@
"typeString": "bool"
},
"typeName": {
"id": 419,
"id": 476,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "476:4:3",
"src": "476:4:4",
"typeDescriptions": {
"typeIdentifier": "t_bool",
"typeString": "bool"
@@ -260,20 +260,20 @@
"visibility": "internal"
}
],
"src": "475:6:3"
"src": "475:6:4"
},
"scope": 423,
"src": "393:89:3",
"scope": 480,
"src": "393:89:4",
"stateMutability": "view",
"superFunction": null,
"visibility": "external"
}
],
"scope": 424,
"src": "121:363:3"
"scope": 481,
"src": "121:363:4"
}
],
"src": "0:485:3"
"src": "0:485:4"
},
"compiler": {
"name": "solc",
@@ -281,5 +281,5 @@
},
"networks": {},
"schemaVersion": "2.0.2",
"updatedAt": "2019-01-10T18:16:54.178Z"
"updatedAt": "2020-03-25T02:14:16.711Z"
}