Created
January 8, 2025 13:35
-
-
Save Charlie-pang-sys/7da362581144e62974836a7662ed6b7f to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "a36e56521c813fdea2c31e3af250edcd", | |
| "_format": "hh-sol-build-info-1", | |
| "solcVersion": "0.8.26", | |
| "solcLongVersion": "0.8.26+commit.8a97fa7a", | |
| "input": { | |
| "language": "Solidity", | |
| "sources": { | |
| "test/FundMe.sol": { | |
| "content": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.20;\n" | |
| } | |
| }, | |
| "settings": { | |
| "optimizer": { | |
| "enabled": false, | |
| "runs": 200 | |
| }, | |
| "outputSelection": { | |
| "*": { | |
| "": [ | |
| "ast" | |
| ], | |
| "*": [ | |
| "abi", | |
| "metadata", | |
| "devdoc", | |
| "userdoc", | |
| "storageLayout", | |
| "evm.legacyAssembly", | |
| "evm.bytecode", | |
| "evm.deployedBytecode", | |
| "evm.methodIdentifiers", | |
| "evm.gasEstimates", | |
| "evm.assembly" | |
| ] | |
| } | |
| }, | |
| "remappings": [] | |
| } | |
| }, | |
| "output": { | |
| "sources": { | |
| "test/FundMe.sol": { | |
| "ast": { | |
| "absolutePath": "test/FundMe.sol", | |
| "exportedSymbols": {}, | |
| "id": 2, | |
| "license": "MIT", | |
| "nodeType": "SourceUnit", | |
| "nodes": [ | |
| { | |
| "id": 1, | |
| "literals": [ | |
| "solidity", | |
| "^", | |
| "0.8", | |
| ".20" | |
| ], | |
| "nodeType": "PragmaDirective", | |
| "src": "32:24:0" | |
| } | |
| ], | |
| "src": "32:25:0" | |
| }, | |
| "id": 0 | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.20; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
new Solidity file