Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (43 loc) · 1.1 KB

legacy-suite-bounty

Bounty contract source code for Legacy suite contract

Contract address:

0x219269eDe7c2d9D3C9d11ADfbC6428a03F015Eb0

Network:

Ethereum mainnet

IDE:

Remix

EVM version:

0.8.15

Optimization settings

{
        "language": "Solidity",
        "settings": {
            "optimizer": {
                "enabled": true,
                "runs": 100
            },
            "outputSelection": {
                "*": {
                    "": [
                        "ast"
                    ],
                    "*": [
                        "abi",
                        "metadata",
                        "devdoc",
                        "userdoc",
                        "storageLayout",
                        "evm.legacyAssembly",
                        "evm.bytecode",
                        "evm.deployedBytecode",
                        "evm.methodIdentifiers",
                        "evm.gasEstimates",
                        "evm.assembly"
                    ]
                }
            },
            "viaIR": true
        }
    }