@alpsfinance/core
Version:
This is the official Alps Finance smart contract repository.
119 lines • 3.62 kB
JSON
{
"contractName": "IPresale",
"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/presale/interfaces/IPresasle.sol\":\"IPresale\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/presale/interfaces/IPresasle.sol\":{\"keccak256\":\"0xd04f3dfb1637bf079c13cb252868c3f20a8d1fc8e13f5885c9f3aa12f0e4051f\",\"license\":\"AGPL-3.0\",\"urls\":[\"bzz-raw://70f3cadfeef5d62ac32b99c4a81a11f8447eb4455395c9f14b0fbeec7158fe9b\",\"dweb:/ipfs/QmRtK1FmPD6q4PAMb7WBMqN59eSbykp6m42yQTj1fCHuJr\"]}},\"version\":1}",
"bytecode": "0x",
"deployedBytecode": "0x",
"immutableReferences": {},
"generatedSources": [],
"deployedGeneratedSources": [],
"sourceMap": "",
"deployedSourceMap": "",
"source": "// SPDX-License-Identifier: AGPL-3.0\n\npragma solidity ^0.8.11;\n\ninterface IPresale {}\n",
"sourcePath": "/Users/yosephks/Documents/GitHub/alpsfinance-smart-contracts/contracts/presale/interfaces/IPresasle.sol",
"ast": {
"absolutePath": "project:/contracts/presale/interfaces/IPresasle.sol",
"exportedSymbols": {
"IPresale": [
8368
]
},
"id": 8369,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 8367,
"literals": [
"solidity",
"^",
"0.8",
".11"
],
"nodeType": "PragmaDirective",
"src": "38:24:47"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "IPresale",
"contractDependencies": [],
"contractKind": "interface",
"fullyImplemented": true,
"id": 8368,
"linearizedBaseContracts": [
8368
],
"name": "IPresale",
"nameLocation": "74:8:47",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 8369,
"src": "64:21:47",
"usedErrors": []
}
],
"src": "38:48:47"
},
"legacyAST": {
"absolutePath": "project:/contracts/presale/interfaces/IPresasle.sol",
"exportedSymbols": {
"IPresale": [
8368
]
},
"id": 8369,
"license": "AGPL-3.0",
"nodeType": "SourceUnit",
"nodes": [
{
"id": 8367,
"literals": [
"solidity",
"^",
"0.8",
".11"
],
"nodeType": "PragmaDirective",
"src": "38:24:47"
},
{
"abstract": false,
"baseContracts": [],
"canonicalName": "IPresale",
"contractDependencies": [],
"contractKind": "interface",
"fullyImplemented": true,
"id": 8368,
"linearizedBaseContracts": [
8368
],
"name": "IPresale",
"nameLocation": "74:8:47",
"nodeType": "ContractDefinition",
"nodes": [],
"scope": 8369,
"src": "64:21:47",
"usedErrors": []
}
],
"src": "38:48:47"
},
"compiler": {
"name": "solc",
"version": "0.8.11+commit.d7f03943.Emscripten.clang"
},
"networks": {},
"schemaVersion": "3.4.4",
"updatedAt": "2022-03-06T23:47:11.099Z",
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}