Skip to content

Instantly share code, notes, and snippets.

@KateLilly1
Created September 29, 2022 02:33
Show Gist options
  • Save KateLilly1/829e439c773dfb2d98434b81a9f8a00b to your computer and use it in GitHub Desktop.
Save KateLilly1/829e439c773dfb2d98434b81a9f8a00b 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.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
{
"language": "Solidity",
"settings": {
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"": ["ast"],
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
}
},
"evmVersion": "byzantium"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment