add route test framework
This commit is contained in:
181
build-v1/contracts/Types.json
Normal file
181
build-v1/contracts/Types.json
Normal file
@@ -0,0 +1,181 @@
|
||||
{
|
||||
"contractName": "Types",
|
||||
"abi": [],
|
||||
"metadata": "{\"compiler\":{\"version\":\"0.6.9+commit.3e3065ac\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/lib/Types.sol\":\"Types\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/lib/Types.sol\":{\"keccak256\":\"0x0aebcc897b4de833e87e46a11e5a70d2b6e1d2fd99ebdf9e32e6421924f18b15\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://a1098dace4f0664b0e3f5c3b6ce535ad2aba52e68fb6d1ea94b09debc06ed33c\",\"dweb:/ipfs/QmRbiq7M3Y8utAXaPWmVooGmoYF27N5dKVn6QYTaDFwqdP\"]}},\"version\":1}",
|
||||
"bytecode": "0x60566023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a71f81235df80e66b7c695f71deaa53b9a7cc588efc7c5b3bed7e3ab5f96472564736f6c63430006090033",
|
||||
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a71f81235df80e66b7c695f71deaa53b9a7cc588efc7c5b3bed7e3ab5f96472564736f6c63430006090033",
|
||||
"immutableReferences": {},
|
||||
"sourceMap": "136:62:42:-:0;;;;;;;;;;;;;;;;;;;;;;;;;",
|
||||
"deployedSourceMap": "136:62:42:-:0;;;;;;;;",
|
||||
"source": "/*\n\n Copyright 2020 DODO ZOO.\n SPDX-License-Identifier: Apache-2.0\n\n*/\n\npragma solidity 0.6.9;\npragma experimental ABIEncoderV2;\n\nlibrary Types {\n enum RStatus {ONE, ABOVE_ONE, BELOW_ONE}\n}\n",
|
||||
"sourcePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/lib/Types.sol",
|
||||
"ast": {
|
||||
"absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/lib/Types.sol",
|
||||
"exportedSymbols": {
|
||||
"Types": [
|
||||
11631
|
||||
]
|
||||
},
|
||||
"id": 11632,
|
||||
"license": "Apache-2.0",
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes": [
|
||||
{
|
||||
"id": 11625,
|
||||
"literals": [
|
||||
"solidity",
|
||||
"0.6",
|
||||
".9"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "78:22:42"
|
||||
},
|
||||
{
|
||||
"id": 11626,
|
||||
"literals": [
|
||||
"experimental",
|
||||
"ABIEncoderV2"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "101:33:42"
|
||||
},
|
||||
{
|
||||
"abstract": false,
|
||||
"baseContracts": [],
|
||||
"contractDependencies": [],
|
||||
"contractKind": "library",
|
||||
"documentation": null,
|
||||
"fullyImplemented": true,
|
||||
"id": 11631,
|
||||
"linearizedBaseContracts": [
|
||||
11631
|
||||
],
|
||||
"name": "Types",
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes": [
|
||||
{
|
||||
"canonicalName": "Types.RStatus",
|
||||
"id": 11630,
|
||||
"members": [
|
||||
{
|
||||
"id": 11627,
|
||||
"name": "ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "170:3:42"
|
||||
},
|
||||
{
|
||||
"id": 11628,
|
||||
"name": "ABOVE_ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "175:9:42"
|
||||
},
|
||||
{
|
||||
"id": 11629,
|
||||
"name": "BELOW_ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "186:9:42"
|
||||
}
|
||||
],
|
||||
"name": "RStatus",
|
||||
"nodeType": "EnumDefinition",
|
||||
"src": "156:40:42"
|
||||
}
|
||||
],
|
||||
"scope": 11632,
|
||||
"src": "136:62:42"
|
||||
}
|
||||
],
|
||||
"src": "78:121:42"
|
||||
},
|
||||
"legacyAST": {
|
||||
"absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/lib/Types.sol",
|
||||
"exportedSymbols": {
|
||||
"Types": [
|
||||
11631
|
||||
]
|
||||
},
|
||||
"id": 11632,
|
||||
"license": "Apache-2.0",
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes": [
|
||||
{
|
||||
"id": 11625,
|
||||
"literals": [
|
||||
"solidity",
|
||||
"0.6",
|
||||
".9"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "78:22:42"
|
||||
},
|
||||
{
|
||||
"id": 11626,
|
||||
"literals": [
|
||||
"experimental",
|
||||
"ABIEncoderV2"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "101:33:42"
|
||||
},
|
||||
{
|
||||
"abstract": false,
|
||||
"baseContracts": [],
|
||||
"contractDependencies": [],
|
||||
"contractKind": "library",
|
||||
"documentation": null,
|
||||
"fullyImplemented": true,
|
||||
"id": 11631,
|
||||
"linearizedBaseContracts": [
|
||||
11631
|
||||
],
|
||||
"name": "Types",
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes": [
|
||||
{
|
||||
"canonicalName": "Types.RStatus",
|
||||
"id": 11630,
|
||||
"members": [
|
||||
{
|
||||
"id": 11627,
|
||||
"name": "ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "170:3:42"
|
||||
},
|
||||
{
|
||||
"id": 11628,
|
||||
"name": "ABOVE_ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "175:9:42"
|
||||
},
|
||||
{
|
||||
"id": 11629,
|
||||
"name": "BELOW_ONE",
|
||||
"nodeType": "EnumValue",
|
||||
"src": "186:9:42"
|
||||
}
|
||||
],
|
||||
"name": "RStatus",
|
||||
"nodeType": "EnumDefinition",
|
||||
"src": "156:40:42"
|
||||
}
|
||||
],
|
||||
"scope": 11632,
|
||||
"src": "136:62:42"
|
||||
}
|
||||
],
|
||||
"src": "78:121:42"
|
||||
},
|
||||
"compiler": {
|
||||
"name": "solc",
|
||||
"version": "0.6.9+commit.3e3065ac.Emscripten.clang"
|
||||
},
|
||||
"networks": {},
|
||||
"schemaVersion": "3.2.3",
|
||||
"updatedAt": "2020-11-06T08:03:35.725Z",
|
||||
"devdoc": {
|
||||
"methods": {}
|
||||
},
|
||||
"userdoc": {
|
||||
"methods": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user