add route test framework
This commit is contained in:
257
build-v1/contracts/IOracle.json
Normal file
257
build-v1/contracts/IOracle.json
Normal file
@@ -0,0 +1,257 @@
|
||||
{
|
||||
"contractName": "IOracle",
|
||||
"abi": [
|
||||
{
|
||||
"inputs": [],
|
||||
"name": "getPrice",
|
||||
"outputs": [
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"name": "",
|
||||
"type": "uint256"
|
||||
}
|
||||
],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
}
|
||||
],
|
||||
"metadata": "{\"compiler\":{\"version\":\"0.6.9+commit.3e3065ac\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"getPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IOracle.sol\":\"IOracle\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IOracle.sol\":{\"keccak256\":\"0xed4a31155c30a764366aba2244e42406269e59618088f93c02f1b4c9fec9e53c\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://bd3d50110c9120d942f7713e1cfced848ba7721ea336b2d9c4a87a6eb2a82ca9\",\"dweb:/ipfs/QmTYFeDcAyA2JpfoL1LsGLgj4TeRJxNV1rM27vdcaZSwpF\"]}},\"version\":1}",
|
||||
"bytecode": "0x",
|
||||
"deployedBytecode": "0x",
|
||||
"immutableReferences": {},
|
||||
"sourceMap": "",
|
||||
"deployedSourceMap": "",
|
||||
"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\n\ninterface IOracle {\n function getPrice() external view returns (uint256);\n}\n",
|
||||
"sourcePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IOracle.sol",
|
||||
"ast": {
|
||||
"absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IOracle.sol",
|
||||
"exportedSymbols": {
|
||||
"IOracle": [
|
||||
10616
|
||||
]
|
||||
},
|
||||
"id": 10617,
|
||||
"license": "Apache-2.0",
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes": [
|
||||
{
|
||||
"id": 10609,
|
||||
"literals": [
|
||||
"solidity",
|
||||
"0.6",
|
||||
".9"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "78:22:33"
|
||||
},
|
||||
{
|
||||
"id": 10610,
|
||||
"literals": [
|
||||
"experimental",
|
||||
"ABIEncoderV2"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "101:33:33"
|
||||
},
|
||||
{
|
||||
"abstract": false,
|
||||
"baseContracts": [],
|
||||
"contractDependencies": [],
|
||||
"contractKind": "interface",
|
||||
"documentation": null,
|
||||
"fullyImplemented": false,
|
||||
"id": 10616,
|
||||
"linearizedBaseContracts": [
|
||||
10616
|
||||
],
|
||||
"name": "IOracle",
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes": [
|
||||
{
|
||||
"body": null,
|
||||
"documentation": null,
|
||||
"functionSelector": "98d5fdca",
|
||||
"id": 10615,
|
||||
"implemented": false,
|
||||
"kind": "function",
|
||||
"modifiers": [],
|
||||
"name": "getPrice",
|
||||
"nodeType": "FunctionDefinition",
|
||||
"overrides": null,
|
||||
"parameters": {
|
||||
"id": 10611,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [],
|
||||
"src": "178:2:33"
|
||||
},
|
||||
"returnParameters": {
|
||||
"id": 10614,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [
|
||||
{
|
||||
"constant": false,
|
||||
"id": 10613,
|
||||
"mutability": "mutable",
|
||||
"name": "",
|
||||
"nodeType": "VariableDeclaration",
|
||||
"overrides": null,
|
||||
"scope": 10615,
|
||||
"src": "204:7:33",
|
||||
"stateVariable": false,
|
||||
"storageLocation": "default",
|
||||
"typeDescriptions": {
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
},
|
||||
"typeName": {
|
||||
"id": 10612,
|
||||
"name": "uint256",
|
||||
"nodeType": "ElementaryTypeName",
|
||||
"src": "204:7:33",
|
||||
"typeDescriptions": {
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
}
|
||||
},
|
||||
"value": null,
|
||||
"visibility": "internal"
|
||||
}
|
||||
],
|
||||
"src": "203:9:33"
|
||||
},
|
||||
"scope": 10616,
|
||||
"src": "161:52:33",
|
||||
"stateMutability": "view",
|
||||
"virtual": false,
|
||||
"visibility": "external"
|
||||
}
|
||||
],
|
||||
"scope": 10617,
|
||||
"src": "137:78:33"
|
||||
}
|
||||
],
|
||||
"src": "78:138:33"
|
||||
},
|
||||
"legacyAST": {
|
||||
"absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IOracle.sol",
|
||||
"exportedSymbols": {
|
||||
"IOracle": [
|
||||
10616
|
||||
]
|
||||
},
|
||||
"id": 10617,
|
||||
"license": "Apache-2.0",
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes": [
|
||||
{
|
||||
"id": 10609,
|
||||
"literals": [
|
||||
"solidity",
|
||||
"0.6",
|
||||
".9"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "78:22:33"
|
||||
},
|
||||
{
|
||||
"id": 10610,
|
||||
"literals": [
|
||||
"experimental",
|
||||
"ABIEncoderV2"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "101:33:33"
|
||||
},
|
||||
{
|
||||
"abstract": false,
|
||||
"baseContracts": [],
|
||||
"contractDependencies": [],
|
||||
"contractKind": "interface",
|
||||
"documentation": null,
|
||||
"fullyImplemented": false,
|
||||
"id": 10616,
|
||||
"linearizedBaseContracts": [
|
||||
10616
|
||||
],
|
||||
"name": "IOracle",
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes": [
|
||||
{
|
||||
"body": null,
|
||||
"documentation": null,
|
||||
"functionSelector": "98d5fdca",
|
||||
"id": 10615,
|
||||
"implemented": false,
|
||||
"kind": "function",
|
||||
"modifiers": [],
|
||||
"name": "getPrice",
|
||||
"nodeType": "FunctionDefinition",
|
||||
"overrides": null,
|
||||
"parameters": {
|
||||
"id": 10611,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [],
|
||||
"src": "178:2:33"
|
||||
},
|
||||
"returnParameters": {
|
||||
"id": 10614,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [
|
||||
{
|
||||
"constant": false,
|
||||
"id": 10613,
|
||||
"mutability": "mutable",
|
||||
"name": "",
|
||||
"nodeType": "VariableDeclaration",
|
||||
"overrides": null,
|
||||
"scope": 10615,
|
||||
"src": "204:7:33",
|
||||
"stateVariable": false,
|
||||
"storageLocation": "default",
|
||||
"typeDescriptions": {
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
},
|
||||
"typeName": {
|
||||
"id": 10612,
|
||||
"name": "uint256",
|
||||
"nodeType": "ElementaryTypeName",
|
||||
"src": "204:7:33",
|
||||
"typeDescriptions": {
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
}
|
||||
},
|
||||
"value": null,
|
||||
"visibility": "internal"
|
||||
}
|
||||
],
|
||||
"src": "203:9:33"
|
||||
},
|
||||
"scope": 10616,
|
||||
"src": "161:52:33",
|
||||
"stateMutability": "view",
|
||||
"virtual": false,
|
||||
"visibility": "external"
|
||||
}
|
||||
],
|
||||
"scope": 10617,
|
||||
"src": "137:78:33"
|
||||
}
|
||||
],
|
||||
"src": "78:138:33"
|
||||
},
|
||||
"compiler": {
|
||||
"name": "solc",
|
||||
"version": "0.6.9+commit.3e3065ac.Emscripten.clang"
|
||||
},
|
||||
"networks": {},
|
||||
"schemaVersion": "3.2.3",
|
||||
"updatedAt": "2020-11-06T08:03:35.714Z",
|
||||
"devdoc": {
|
||||
"methods": {}
|
||||
},
|
||||
"userdoc": {
|
||||
"methods": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user