zellic-audit
Initial commit
f998fcd
raw
history blame
629 Bytes
{
"language": "Solidity",
"sources": {
"2.sol": {
"content": "// SPDX-License-Identifier: MIT\n// compiler version must be greater than or equal to 0.8.13 and less than 0.9.0\npragma solidity ^0.8.13;\n\ncontract ET {\n string public greet = \"Are You an Alien?\";\n}\n"
}
},
"settings": {
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}
}