UNPKG

@alpsfinance/core

Version:

This is the official Alps Finance smart contract repository.

119 lines 4.03 kB
{ "contractName": "HedgeFundAccount", "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/account/HedgeFundAccount.sol\":\"HedgeFundAccount\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/account/HedgeFundAccount.sol\":{\"keccak256\":\"0x6752ad6bd02dd20e9ec9b2cac8345d196c8ed87b41686352acb496706b1029c1\",\"license\":\"AGPL-3.0\",\"urls\":[\"bzz-raw://f8d18bb322ee8a54b281c6b79ff3831e66165586609b2a94edfe7a3323bbfc5b\",\"dweb:/ipfs/QmV1XjPDub8bG8erkYgBD6F9hYjtc5Dtidd2dpxrH81Fpa\"]}},\"version\":1}", "bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220b00f0803c7be2ee89cb3617f40a29fd6c5a43d088888963e3a8a9eaf7da8fbc764736f6c634300080b0033", "deployedBytecode": "0x6080604052600080fdfea2646970667358221220b00f0803c7be2ee89cb3617f40a29fd6c5a43d088888963e3a8a9eaf7da8fbc764736f6c634300080b0033", "immutableReferences": {}, "generatedSources": [], "deployedGeneratedSources": [], "sourceMap": "64:28:40:-:0;;;;;;;;;;;;;;;;;;;", "deployedSourceMap": "64:28:40:-:0;;;;;", "source": "// SPDX-License-Identifier: AGPL-3.0\n\npragma solidity ^0.8.11;\n\ncontract HedgeFundAccount {}\n", "sourcePath": "/Users/yosephks/Documents/GitHub/alpsfinance-smart-contracts/contracts/account/HedgeFundAccount.sol", "ast": { "absolutePath": "project:/contracts/account/HedgeFundAccount.sol", "exportedSymbols": { "HedgeFundAccount": [ 7314 ] }, "id": 7315, "license": "AGPL-3.0", "nodeType": "SourceUnit", "nodes": [ { "id": 7313, "literals": [ "solidity", "^", "0.8", ".11" ], "nodeType": "PragmaDirective", "src": "38:24:40" }, { "abstract": false, "baseContracts": [], "canonicalName": "HedgeFundAccount", "contractDependencies": [], "contractKind": "contract", "fullyImplemented": true, "id": 7314, "linearizedBaseContracts": [ 7314 ], "name": "HedgeFundAccount", "nameLocation": "73:16:40", "nodeType": "ContractDefinition", "nodes": [], "scope": 7315, "src": "64:28:40", "usedErrors": [] } ], "src": "38:55:40" }, "legacyAST": { "absolutePath": "project:/contracts/account/HedgeFundAccount.sol", "exportedSymbols": { "HedgeFundAccount": [ 7314 ] }, "id": 7315, "license": "AGPL-3.0", "nodeType": "SourceUnit", "nodes": [ { "id": 7313, "literals": [ "solidity", "^", "0.8", ".11" ], "nodeType": "PragmaDirective", "src": "38:24:40" }, { "abstract": false, "baseContracts": [], "canonicalName": "HedgeFundAccount", "contractDependencies": [], "contractKind": "contract", "fullyImplemented": true, "id": 7314, "linearizedBaseContracts": [ 7314 ], "name": "HedgeFundAccount", "nameLocation": "73:16:40", "nodeType": "ContractDefinition", "nodes": [], "scope": 7315, "src": "64:28:40", "usedErrors": [] } ], "src": "38:55:40" }, "compiler": { "name": "solc", "version": "0.8.11+commit.d7f03943.Emscripten.clang" }, "networks": {}, "schemaVersion": "3.4.4", "updatedAt": "2022-03-06T23:47:11.080Z", "devdoc": { "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "kind": "user", "methods": {}, "version": 1 } }