Skip to content

Avento-Labs/legacy-suite-bounty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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
        }
    }

About

Bounty contract source code for Legacy suite contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published