UNPKG

@etherisc/gif-contracts

Version:

This repository holds the GIF core contracts and tools to develop, test and deploy GIF instances.

154 lines 4.34 kB
{ "abi": [ { "inputs": [], "name": "getAddress", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" } ], "allSourcePaths": { "61": "/home/vscode/.brownie/packages/smartcontractkit/chainlink@1.6.0/contracts/src/v0.8/interfaces/PointerInterface.sol" }, "ast": { "absolutePath": "/home/vscode/.brownie/packages/smartcontractkit/chainlink@1.6.0/contracts/src/v0.8/interfaces/PointerInterface.sol", "exportedSymbols": { "PointerInterface": [ 25972 ] }, "id": 25973, "license": "MIT", "nodeType": "SourceUnit", "nodes": [ { "id": 25966, "literals": [ "solidity", "^", "0.8", ".0" ], "nodeType": "PragmaDirective", "src": "32:23:61" }, { "abstract": false, "baseContracts": [], "contractDependencies": [], "contractKind": "interface", "fullyImplemented": false, "id": 25972, "linearizedBaseContracts": [ 25972 ], "name": "PointerInterface", "nameLocation": "67:16:61", "nodeType": "ContractDefinition", "nodes": [ { "functionSelector": "38cc4831", "id": 25971, "implemented": false, "kind": "function", "modifiers": [], "name": "getAddress", "nameLocation": "97:10:61", "nodeType": "FunctionDefinition", "parameters": { "id": 25967, "nodeType": "ParameterList", "parameters": [], "src": "107:2:61" }, "returnParameters": { "id": 25970, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25969, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", "scope": 25971, "src": "133:7:61", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25968, "name": "address", "nodeType": "ElementaryTypeName", "src": "133:7:61", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "132:9:61" }, "scope": 25972, "src": "88:54:61", "stateMutability": "view", "virtual": false, "visibility": "external" } ], "scope": 25973, "src": "57:87:61" } ], "src": "32:113:61" }, "bytecode": "", "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "compiler": { "evm_version": "istanbul", "optimizer": { "enabled": true, "runs": 200 }, "version": "0.8.2+commit.661d1103" }, "contractName": "PointerInterface", "coverageMap": { "branches": {}, "statements": {} }, "dependencies": [], "deployedBytecode": "", "deployedSourceMap": "", "language": "Solidity", "natspec": { "kind": "dev", "methods": {}, "version": 1 }, "offset": [ 57, 144 ], "opcodes": "", "pcMap": {}, "sha1": "d827f3e443d98debf58a065a66812cb026ab2b1c", "source": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ninterface PointerInterface {\n function getAddress() external view returns (address);\n}\n", "sourceMap": "", "sourcePath": "/home/vscode/.brownie/packages/smartcontractkit/chainlink@1.6.0/contracts/src/v0.8/interfaces/PointerInterface.sol", "type": "interface" }