@alpsfinance/core
Version:
This is the official Alps Finance smart contract repository.
119 lines • 4.12 kB
JSON
{
"contractName": "SyntheticVaultManger",
"abi": [],
"metadata": "{\"compiler\":{\"version\":\"0.8.11+commit.d7f03943\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/defi/synthetic/SyntheticVaultManager.sol\":\"SyntheticVaultManger\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/defi/synthetic/SyntheticVaultManager.sol\":{\"keccak256\":\"0x82cafdc9e7c06f03ce0b814598820064ddc3caecb6bf562d458945de3ac61ee6\",\"license\":\"AGPL-3.0\",\"urls\":[\"bzz-raw://3af80313652597ab0807fb21eb399334a5d2d2bcb9a2f665c121c7c39d2b71a9\",\"dweb:/ipfs/QmX3TpJbVqkhQNYGiYjEqN2Azi86HR79WeVTg7ob5LxSDG\"]}},\"version\":1}",
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220ae1a7bc551a5f53c14d582baa902060985fff9c01f6aa89ca44b3ce42b6a7e4464736f6c634300080b0033",
"deployedBytecode": "0x6080604052600080fdfea2646970667358221220ae1a7bc551a5f53c14d582baa902060985fff9c01f6aa89ca44b3ce42b6a7e4464736f6c634300080b0033",
"immutableReferences": {},
"generatedSources": [],
"deployedGeneratedSources": [],
"sourceMap": "63:32:44:-:0;;;;;;;;;;;;;;;;;;;",
"deployedSourceMap": "63:32:44:-:0;;;;;",
"source": "// SPDX-License-Identifier: AGPL-3.0\n\npragma solidity ^0.8.9;\n\ncontract SyntheticVaultManger {}\n",
"sourcePath": "/Users/yosephks/Documents/GitHub/alpsfinance-smart-contracts/contracts/defi/synthetic/SyntheticVaultManager.sol",
"ast": {
"absolutePath": "project:/contracts/defi/synthetic/SyntheticVaultManager.sol",
"exportedSymbols": {
"SyntheticVaultManger": [
7479
]
},
"id": 7480,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 7478,
"literals": [
"solidity",
"^",
"0.8",
".9"
],
"nodeType": "PragmaDirective",
"src": "38:23:44"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "SyntheticVaultManger",
"contractDependencies": [],
"contractKind": "contract",
"fullyImplemented": true,
"id": 7479,
"linearizedBaseContracts": [
7479
],
"name": "SyntheticVaultManger",
"nameLocation": "72:20:44",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 7480,
"src": "63:32:44",
"usedErrors": []
}
],
"src": "38:58:44"
},
"legacyAST": {
"absolutePath": "project:/contracts/defi/synthetic/SyntheticVaultManager.sol",
"exportedSymbols": {
"SyntheticVaultManger": [
7479
]
},
"id": 7480,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 7478,
"literals": [
"solidity",
"^",
"0.8",
".9"
],
"nodeType": "PragmaDirective",
"src": "38:23:44"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "SyntheticVaultManger",
"contractDependencies": [],
"contractKind": "contract",
"fullyImplemented": true,
"id": 7479,
"linearizedBaseContracts": [
7479
],
"name": "SyntheticVaultManger",
"nameLocation": "72:20:44",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 7480,
"src": "63:32:44",
"usedErrors": []
}
],
"src": "38:58:44"
},
"compiler": {
"name": "solc",
"version": "0.8.11+commit.d7f03943.Emscripten.clang"
},
"networks": {},
"schemaVersion": "3.4.4",
"updatedAt": "2022-03-06T23:47:11.087Z",
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}