UNPKG

@alpsfinance/core

Version:

This is the official Alps Finance smart contract repository.

119 lines 4.03 kB
{ "contractName": "SyntheticValue", "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/SyntheticVault.sol\":\"SyntheticValue\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/defi/synthetic/SyntheticVault.sol\":{\"keccak256\":\"0xf07d702c98a253bd1d40f5d3189f342cb9c329107fdd67657932eafd35a0402e\",\"license\":\"AGPL-3.0\",\"urls\":[\"bzz-raw://e87d9119c2bb171845b175f19c5f5d6e5ed266914934435a3e61262e259d2bae\",\"dweb:/ipfs/QmeXuE4vmTaH67fFerqBjhw25R1kvLmdvsBPqgLyVNSfB8\"]}},\"version\":1}", "bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220a3ae6192af54983aa8de77bcca2f429dc3901ffd5062d929c1b63488dccc63fc64736f6c634300080b0033", "deployedBytecode": "0x6080604052600080fdfea2646970667358221220a3ae6192af54983aa8de77bcca2f429dc3901ffd5062d929c1b63488dccc63fc64736f6c634300080b0033", "immutableReferences": {}, "generatedSources": [], "deployedGeneratedSources": [], "sourceMap": "63:26:43:-:0;;;;;;;;;;;;;;;;;;;", "deployedSourceMap": "63:26:43:-:0;;;;;", "source": "// SPDX-License-Identifier: AGPL-3.0\n\npragma solidity ^0.8.9;\n\ncontract SyntheticValue {}\n", "sourcePath": "/Users/yosephks/Documents/GitHub/alpsfinance-smart-contracts/contracts/defi/synthetic/SyntheticVault.sol", "ast": { "absolutePath": "project:/contracts/defi/synthetic/SyntheticVault.sol", "exportedSymbols": { "SyntheticValue": [ 7476 ] }, "id": 7477, "license": "AGPL-3.0", "nodeType": "SourceUnit", "nodes": [ { "id": 7475, "literals": [ "solidity", "^", "0.8", ".9" ], "nodeType": "PragmaDirective", "src": "38:23:43" }, { "abstract": false, "baseContracts": [], "canonicalName": "SyntheticValue", "contractDependencies": [], "contractKind": "contract", "fullyImplemented": true, "id": 7476, "linearizedBaseContracts": [ 7476 ], "name": "SyntheticValue", "nameLocation": "72:14:43", "nodeType": "ContractDefinition", "nodes": [], "scope": 7477, "src": "63:26:43", "usedErrors": [] } ], "src": "38:52:43" }, "legacyAST": { "absolutePath": "project:/contracts/defi/synthetic/SyntheticVault.sol", "exportedSymbols": { "SyntheticValue": [ 7476 ] }, "id": 7477, "license": "AGPL-3.0", "nodeType": "SourceUnit", "nodes": [ { "id": 7475, "literals": [ "solidity", "^", "0.8", ".9" ], "nodeType": "PragmaDirective", "src": "38:23:43" }, { "abstract": false, "baseContracts": [], "canonicalName": "SyntheticValue", "contractDependencies": [], "contractKind": "contract", "fullyImplemented": true, "id": 7476, "linearizedBaseContracts": [ 7476 ], "name": "SyntheticValue", "nameLocation": "72:14:43", "nodeType": "ContractDefinition", "nodes": [], "scope": 7477, "src": "63:26:43", "usedErrors": [] } ], "src": "38:52:43" }, "compiler": { "name": "solc", "version": "0.8.11+commit.d7f03943.Emscripten.clang" }, "networks": {}, "schemaVersion": "3.4.4", "updatedAt": "2022-03-06T23:47:11.086Z", "devdoc": { "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "kind": "user", "methods": {}, "version": 1 } }