@alpsfinance/core
Version:
This is the official Alps Finance smart contract repository.
119 lines • 3.99 kB
JSON
{
"contractName": "MarginAccount",
"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/MarginAccount.sol\":\"MarginAccount\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/account/MarginAccount.sol\":{\"keccak256\":\"0x010661f4b1de9bd01693bd6229e55c6c336fc6e69fe688cefb20b07b83109d67\",\"license\":\"AGPL-3.0\",\"urls\":[\"bzz-raw://a8e501f0531844960e3095c7800d121948cd4a084faf177d4a3e5793128fbcf4\",\"dweb:/ipfs/QmYcBWx3D5EEszAJcQpKhNiyARKBdpMEDpHx8HHR5picYm\"]}},\"version\":1}",
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea264697066735822122024691ad3b39668e7fe5d1eb35e84fb02a09a7f911004a85cb45bc27b61da4d2764736f6c634300080b0033",
"deployedBytecode": "0x6080604052600080fdfea264697066735822122024691ad3b39668e7fe5d1eb35e84fb02a09a7f911004a85cb45bc27b61da4d2764736f6c634300080b0033",
"immutableReferences": {},
"generatedSources": [],
"deployedGeneratedSources": [],
"sourceMap": "64:25:41:-:0;;;;;;;;;;;;;;;;;;;",
"deployedSourceMap": "64:25:41:-:0;;;;;",
"source": "// SPDX-License-Identifier: AGPL-3.0\n\npragma solidity ^0.8.11;\n\ncontract MarginAccount {}\n",
"sourcePath": "/Users/yosephks/Documents/GitHub/alpsfinance-smart-contracts/contracts/account/MarginAccount.sol",
"ast": {
"absolutePath": "project:/contracts/account/MarginAccount.sol",
"exportedSymbols": {
"MarginAccount": [
7317
]
},
"id": 7318,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 7316,
"literals": [
"solidity",
"^",
"0.8",
".11"
],
"nodeType": "PragmaDirective",
"src": "38:24:41"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "MarginAccount",
"contractDependencies": [],
"contractKind": "contract",
"fullyImplemented": true,
"id": 7317,
"linearizedBaseContracts": [
7317
],
"name": "MarginAccount",
"nameLocation": "73:13:41",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 7318,
"src": "64:25:41",
"usedErrors": []
}
],
"src": "38:52:41"
},
"legacyAST": {
"absolutePath": "project:/contracts/account/MarginAccount.sol",
"exportedSymbols": {
"MarginAccount": [
7317
]
},
"id": 7318,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 7316,
"literals": [
"solidity",
"^",
"0.8",
".11"
],
"nodeType": "PragmaDirective",
"src": "38:24:41"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "MarginAccount",
"contractDependencies": [],
"contractKind": "contract",
"fullyImplemented": true,
"id": 7317,
"linearizedBaseContracts": [
7317
],
"name": "MarginAccount",
"nameLocation": "73:13:41",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 7318,
"src": "64:25:41",
"usedErrors": []
}
],
"src": "38:52:41"
},
"compiler": {
"name": "solc",
"version": "0.8.11+commit.d7f03943.Emscripten.clang"
},
"networks": {},
"schemaVersion": "3.4.4",
"updatedAt": "2022-03-06T23:47:11.081Z",
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}