Skip to content

Instantly share code, notes, and snippets.

@Charlie-pang-sys
Created January 8, 2025 13:35
Show Gist options
  • Select an option

  • Save Charlie-pang-sys/7da362581144e62974836a7662ed6b7f to your computer and use it in GitHub Desktop.

Select an option

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=
{
"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
}
}
}
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
@Charlie-pang-sys
Copy link
Author

new Solidity file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment