{
    "team": "your team name if you remove this field if you want it in your personal drive",
    "project": "example-upload-contracts",
    "defaultFolder": "/default",
    "contracts": [
        {
            "contractName": "exampleContract",
            "address": "0xaAf8F57CF72dfb11454E9c3C8Bd5E120f8b51A30",
            "description": "Enter description here...",
            "network": "ethereum_main",
            "type": "token or nft or multisig_wallet or identity or wallet or other",
            "codeDetails": {
                "abi": [
                    {
                        "constant": true,
                        "inputs": [],
                        "name": "example",
                        "outputs": [
                            {
                                "name": "",
                                "type": "uint256"
                            }
                        ],
                        "payable": false,
                        "stateMutability": "view",
                        "type": "function"
                    }
                ],
                "sourceCode": "Your contract source code in here with newline character (`\n`) within it.",
                "compilerVersion": "your compiler version",
                "optimizerEnabled": false,
                "optimizerRuns": 0
            }
        },
        {
            "contractName": "exampleContract2",
            "address": "0xaAf8F57CF72dfb11454E9c3C8Bd5E120f8b51A30",
            "description": "Enter description here...",
            "network": "ethereum_main",
            "type": "token or nft or multisig_wallet or identity or wallet or other",
            "codeDetails": {
                "abi": [
                    {
                        "constant": true,
                        "inputs": [],
                        "name": "example",
                        "outputs": [
                            {
                                "name": "",
                                "type": "uint256"
                            }
                        ],
                        "payable": false,
                        "stateMutability": "view",
                        "type": "function"
                    }
                ],
                "sourceCode": "Your contract source code in here with newline character (`\n`) within it.",
                "compilerVersion": "your compiler version",
                "optimizerEnabled": true,
                "optimizerRuns": 1
            }
        }
    ]
}
