{
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "contract IPepperStake",
          "name": "pepperStake",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "projectId",
          "type": "uint256"
        },
        {
          "components": [
            {
              "internalType": "address[]",
              "name": "supervisors",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "participantAllowList",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "unreturnedStakeBeneficiaries",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "oracleDelegateAddresses",
              "type": "address[]"
            },
            {
              "internalType": "uint256[]",
              "name": "stakingTiers",
              "type": "uint256[]"
            },
            {
              "internalType": "uint256",
              "name": "completionWindowSeconds",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "maxParticipants",
              "type": "uint256"
            },
            {
              "internalType": "bool",
              "name": "shouldUseParticipantAllowList",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "shouldParticipantsShareUnreturnedStake",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "shouldUseSupervisorInactionGuard",
              "type": "bool"
            },
            {
              "internalType": "uint256",
              "name": "creatorFee",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "creatorFeeBeneficiary",
              "type": "address"
            },
            {
              "internalType": "uint256",
              "name": "supervisorTip",
              "type": "uint256"
            },
            {
              "internalType": "string",
              "name": "metadataURI",
              "type": "string"
            }
          ],
          "indexed": false,
          "internalType": "struct LaunchPepperStakeData",
          "name": "launchData",
          "type": "tuple"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "protocolFee",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "protocolFeeBeneficiary",
          "type": "address"
        }
      ],
      "name": "DeployPepperStake",
      "type": "event"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "address[]",
              "name": "supervisors",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "participantAllowList",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "unreturnedStakeBeneficiaries",
              "type": "address[]"
            },
            {
              "internalType": "address[]",
              "name": "oracleDelegateAddresses",
              "type": "address[]"
            },
            {
              "internalType": "uint256[]",
              "name": "stakingTiers",
              "type": "uint256[]"
            },
            {
              "internalType": "uint256",
              "name": "completionWindowSeconds",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "maxParticipants",
              "type": "uint256"
            },
            {
              "internalType": "bool",
              "name": "shouldUseParticipantAllowList",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "shouldParticipantsShareUnreturnedStake",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "shouldUseSupervisorInactionGuard",
              "type": "bool"
            },
            {
              "internalType": "uint256",
              "name": "creatorFee",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "creatorFeeBeneficiary",
              "type": "address"
            },
            {
              "internalType": "uint256",
              "name": "supervisorTip",
              "type": "uint256"
            },
            {
              "internalType": "string",
              "name": "metadataURI",
              "type": "string"
            }
          ],
          "internalType": "struct LaunchPepperStakeData",
          "name": "_launchData",
          "type": "tuple"
        }
      ],
      "name": "deployPepperStake",
      "outputs": [
        {
          "internalType": "contract IPepperStake",
          "name": "pepperStake",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "deployPepperStake((address[],address[],address[],address[],uint256[],uint256,uint256,bool,bool,bool,uint256,address,uint256,string))": "808ea781"
  },
  "rawMetadata": "{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract IPepperStake\",\"name\":\"pepperStake\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"projectId\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"address[]\",\"name\":\"supervisors\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"participantAllowList\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"unreturnedStakeBeneficiaries\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"oracleDelegateAddresses\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"stakingTiers\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256\",\"name\":\"completionWindowSeconds\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxParticipants\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"shouldUseParticipantAllowList\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"shouldParticipantsShareUnreturnedStake\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"shouldUseSupervisorInactionGuard\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"creatorFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"creatorFeeBeneficiary\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"supervisorTip\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"metadataURI\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct LaunchPepperStakeData\",\"name\":\"launchData\",\"type\":\"tuple\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"protocolFeeBeneficiary\",\"type\":\"address\"}],\"name\":\"DeployPepperStake\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address[]\",\"name\":\"supervisors\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"participantAllowList\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"unreturnedStakeBeneficiaries\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"oracleDelegateAddresses\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"stakingTiers\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256\",\"name\":\"completionWindowSeconds\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxParticipants\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"shouldUseParticipantAllowList\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"shouldParticipantsShareUnreturnedStake\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"shouldUseSupervisorInactionGuard\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"creatorFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"creatorFeeBeneficiary\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"supervisorTip\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"metadataURI\",\"type\":\"string\"}],\"internalType\":\"struct LaunchPepperStakeData\",\"name\":\"_launchData\",\"type\":\"tuple\"}],\"name\":\"deployPepperStake\",\"outputs\":[{\"internalType\":\"contract IPepperStake\",\"name\":\"pepperStake\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/interfaces/IPepperStakeDeployer.sol\":\"IPepperStakeDeployer\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@prb/contracts/=lib/prb-contracts/src/\",\":@prb/math/=lib/prb-contracts/lib/prb-math/contracts/\",\":@prb/test/=lib/prb-contracts/lib/prb-test/src/\",\":ds-test/=lib/ds-test/src/\",\":forge-std/=lib/forge-std/src/\",\":prb-contracts/=lib/prb-contracts/src/\",\":prb-math/=lib/prb-contracts/lib/prb-math/contracts/\",\":prb-test/=lib/prb-contracts/lib/prb-test/src/\"]},\"sources\":{\"src/interfaces/IPepperStake.sol\":{\"keccak256\":\"0xc6ac6776d6271d2a2bb1818740c8e72f899427434d91af0767b3426515dfb510\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d05b3690f9aca46f1cad78a14f43dbcaf7897ed1b1ffa3665e068c96f4a928e5\",\"dweb:/ipfs/QmdD6tMj2wsspNuSbq611xxkrRtgaRBavnF533uw3y9eiN\"]},\"src/interfaces/IPepperStakeDeployer.sol\":{\"keccak256\":\"0xbe55346c40c19276efe70d3b5556f4b759c5a7f987e256efec8fa17de61d77e8\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://696b1eeb54fd87caf2c9dacf3e76cc1c40fc481cf10e656609e74c806039448a\",\"dweb:/ipfs/QmSExxJyzfKDyhA9U3BRoQAkKmGxq26njoxB738gJ4uixp\"]},\"src/structs/LaunchPepperStakeData.sol\":{\"keccak256\":\"0x68ebed60b6f6358bbe49c306e12e97ae7180d8a1c5c5174f8c3ead240aaef28f\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://4d77a2e64c6d3641e697b71a6edee2a909a410f45f2c49cd90d2dba128a4d7ea\",\"dweb:/ipfs/QmNydFUjCzvadvAtbKYpmJfCsWBG6K1naxzhqbk3BqjUp2\"]}},\"version\":1}",
  "metadata": {
    "compiler": {
      "version": "0.8.17+commit.8df45f5f"
    },
    "language": "Solidity",
    "output": {
      "abi": [
        {
          "inputs": [
            {
              "internalType": "contract IPepperStake",
              "name": "pepperStake",
              "type": "address",
              "indexed": true
            },
            {
              "internalType": "uint256",
              "name": "projectId",
              "type": "uint256",
              "indexed": false
            },
            {
              "internalType": "struct LaunchPepperStakeData",
              "name": "launchData",
              "type": "tuple",
              "components": [
                {
                  "internalType": "address[]",
                  "name": "supervisors",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "participantAllowList",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "unreturnedStakeBeneficiaries",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "oracleDelegateAddresses",
                  "type": "address[]"
                },
                {
                  "internalType": "uint256[]",
                  "name": "stakingTiers",
                  "type": "uint256[]"
                },
                {
                  "internalType": "uint256",
                  "name": "completionWindowSeconds",
                  "type": "uint256"
                },
                {
                  "internalType": "uint256",
                  "name": "maxParticipants",
                  "type": "uint256"
                },
                {
                  "internalType": "bool",
                  "name": "shouldUseParticipantAllowList",
                  "type": "bool"
                },
                {
                  "internalType": "bool",
                  "name": "shouldParticipantsShareUnreturnedStake",
                  "type": "bool"
                },
                {
                  "internalType": "bool",
                  "name": "shouldUseSupervisorInactionGuard",
                  "type": "bool"
                },
                {
                  "internalType": "uint256",
                  "name": "creatorFee",
                  "type": "uint256"
                },
                {
                  "internalType": "address",
                  "name": "creatorFeeBeneficiary",
                  "type": "address"
                },
                {
                  "internalType": "uint256",
                  "name": "supervisorTip",
                  "type": "uint256"
                },
                {
                  "internalType": "string",
                  "name": "metadataURI",
                  "type": "string"
                }
              ],
              "indexed": false
            },
            {
              "internalType": "uint256",
              "name": "protocolFee",
              "type": "uint256",
              "indexed": false
            },
            {
              "internalType": "address",
              "name": "protocolFeeBeneficiary",
              "type": "address",
              "indexed": false
            }
          ],
          "type": "event",
          "name": "DeployPepperStake",
          "anonymous": false
        },
        {
          "inputs": [
            {
              "internalType": "struct LaunchPepperStakeData",
              "name": "_launchData",
              "type": "tuple",
              "components": [
                {
                  "internalType": "address[]",
                  "name": "supervisors",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "participantAllowList",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "unreturnedStakeBeneficiaries",
                  "type": "address[]"
                },
                {
                  "internalType": "address[]",
                  "name": "oracleDelegateAddresses",
                  "type": "address[]"
                },
                {
                  "internalType": "uint256[]",
                  "name": "stakingTiers",
                  "type": "uint256[]"
                },
                {
                  "internalType": "uint256",
                  "name": "completionWindowSeconds",
                  "type": "uint256"
                },
                {
                  "internalType": "uint256",
                  "name": "maxParticipants",
                  "type": "uint256"
                },
                {
                  "internalType": "bool",
                  "name": "shouldUseParticipantAllowList",
                  "type": "bool"
                },
                {
                  "internalType": "bool",
                  "name": "shouldParticipantsShareUnreturnedStake",
                  "type": "bool"
                },
                {
                  "internalType": "bool",
                  "name": "shouldUseSupervisorInactionGuard",
                  "type": "bool"
                },
                {
                  "internalType": "uint256",
                  "name": "creatorFee",
                  "type": "uint256"
                },
                {
                  "internalType": "address",
                  "name": "creatorFeeBeneficiary",
                  "type": "address"
                },
                {
                  "internalType": "uint256",
                  "name": "supervisorTip",
                  "type": "uint256"
                },
                {
                  "internalType": "string",
                  "name": "metadataURI",
                  "type": "string"
                }
              ]
            }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "deployPepperStake",
          "outputs": [
            {
              "internalType": "contract IPepperStake",
              "name": "pepperStake",
              "type": "address"
            }
          ]
        }
      ],
      "devdoc": {
        "kind": "dev",
        "methods": {},
        "version": 1
      },
      "userdoc": {
        "kind": "user",
        "methods": {},
        "version": 1
      }
    },
    "settings": {
      "remappings": [
        ":@prb/contracts/=lib/prb-contracts/src/",
        ":@prb/math/=lib/prb-contracts/lib/prb-math/contracts/",
        ":@prb/test/=lib/prb-contracts/lib/prb-test/src/",
        ":ds-test/=lib/ds-test/src/",
        ":forge-std/=lib/forge-std/src/",
        ":prb-contracts/=lib/prb-contracts/src/",
        ":prb-math/=lib/prb-contracts/lib/prb-math/contracts/",
        ":prb-test/=lib/prb-contracts/lib/prb-test/src/"
      ],
      "optimizer": {
        "enabled": true,
        "runs": 200
      },
      "metadata": {
        "bytecodeHash": "ipfs"
      },
      "compilationTarget": {
        "src/interfaces/IPepperStakeDeployer.sol": "IPepperStakeDeployer"
      },
      "libraries": {}
    },
    "sources": {
      "src/interfaces/IPepperStake.sol": {
        "keccak256": "0xc6ac6776d6271d2a2bb1818740c8e72f899427434d91af0767b3426515dfb510",
        "urls": [
          "bzz-raw://d05b3690f9aca46f1cad78a14f43dbcaf7897ed1b1ffa3665e068c96f4a928e5",
          "dweb:/ipfs/QmdD6tMj2wsspNuSbq611xxkrRtgaRBavnF533uw3y9eiN"
        ],
        "license": "UNLICENSED"
      },
      "src/interfaces/IPepperStakeDeployer.sol": {
        "keccak256": "0xbe55346c40c19276efe70d3b5556f4b759c5a7f987e256efec8fa17de61d77e8",
        "urls": [
          "bzz-raw://696b1eeb54fd87caf2c9dacf3e76cc1c40fc481cf10e656609e74c806039448a",
          "dweb:/ipfs/QmSExxJyzfKDyhA9U3BRoQAkKmGxq26njoxB738gJ4uixp"
        ],
        "license": "UNLICENSED"
      },
      "src/structs/LaunchPepperStakeData.sol": {
        "keccak256": "0x68ebed60b6f6358bbe49c306e12e97ae7180d8a1c5c5174f8c3ead240aaef28f",
        "urls": [
          "bzz-raw://4d77a2e64c6d3641e697b71a6edee2a909a410f45f2c49cd90d2dba128a4d7ea",
          "dweb:/ipfs/QmNydFUjCzvadvAtbKYpmJfCsWBG6K1naxzhqbk3BqjUp2"
        ],
        "license": "UNLICENSED"
      }
    },
    "version": 1
  },
  "ast": {
    "absolutePath": "src/interfaces/IPepperStakeDeployer.sol",
    "id": 27680,
    "exportedSymbols": {
      "IPepperStake": [
        27651
      ],
      "IPepperStakeDeployer": [
        27679
      ],
      "LaunchPepperStakeData": [
        27730
      ]
    },
    "nodeType": "SourceUnit",
    "src": "39:488:21",
    "nodes": [
      {
        "id": 27653,
        "nodeType": "PragmaDirective",
        "src": "39:24:21",
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".13"
        ]
      },
      {
        "id": 27654,
        "nodeType": "ImportDirective",
        "src": "65:28:21",
        "absolutePath": "src/interfaces/IPepperStake.sol",
        "file": "./IPepperStake.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 27680,
        "sourceUnit": 27652,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 27655,
        "nodeType": "ImportDirective",
        "src": "94:46:21",
        "absolutePath": "src/structs/LaunchPepperStakeData.sol",
        "file": "../structs/LaunchPepperStakeData.sol",
        "nameLocation": "-1:-1:-1",
        "scope": 27680,
        "sourceUnit": 27731,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 27679,
        "nodeType": "ContractDefinition",
        "src": "142:384:21",
        "nodes": [
          {
            "id": 27669,
            "nodeType": "EventDefinition",
            "src": "179:210:21",
            "anonymous": false,
            "eventSelector": "0e5d73303adf8088e76929c979dfba705b8f168d7015619837d913c4d5047646",
            "name": "DeployPepperStake",
            "nameLocation": "185:17:21",
            "parameters": {
              "id": 27668,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27658,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "pepperStake",
                  "nameLocation": "233:11:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27669,
                  "src": "212:32:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPepperStake_$27651",
                    "typeString": "contract IPepperStake"
                  },
                  "typeName": {
                    "id": 27657,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 27656,
                      "name": "IPepperStake",
                      "nameLocations": [
                        "212:12:21"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 27651,
                      "src": "212:12:21"
                    },
                    "referencedDeclaration": 27651,
                    "src": "212:12:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPepperStake_$27651",
                      "typeString": "contract IPepperStake"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27660,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "projectId",
                  "nameLocation": "262:9:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27669,
                  "src": "254:17:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 27659,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "254:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27663,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "launchData",
                  "nameLocation": "303:10:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27669,
                  "src": "281:32:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_LaunchPepperStakeData_$27730_memory_ptr",
                    "typeString": "struct LaunchPepperStakeData"
                  },
                  "typeName": {
                    "id": 27662,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 27661,
                      "name": "LaunchPepperStakeData",
                      "nameLocations": [
                        "281:21:21"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 27730,
                      "src": "281:21:21"
                    },
                    "referencedDeclaration": 27730,
                    "src": "281:21:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_LaunchPepperStakeData_$27730_storage_ptr",
                      "typeString": "struct LaunchPepperStakeData"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27665,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "protocolFee",
                  "nameLocation": "331:11:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27669,
                  "src": "323:19:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 27664,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "323:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27667,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "protocolFeeBeneficiary",
                  "nameLocation": "360:22:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27669,
                  "src": "352:30:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 27666,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "352:7:21",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "202:186:21"
            }
          },
          {
            "id": 27678,
            "nodeType": "FunctionDefinition",
            "src": "395:129:21",
            "functionSelector": "808ea781",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "deployPepperStake",
            "nameLocation": "404:17:21",
            "parameters": {
              "id": 27673,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27672,
                  "mutability": "mutable",
                  "name": "_launchData",
                  "nameLocation": "451:11:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27678,
                  "src": "422:40:21",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_LaunchPepperStakeData_$27730_memory_ptr",
                    "typeString": "struct LaunchPepperStakeData"
                  },
                  "typeName": {
                    "id": 27671,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 27670,
                      "name": "LaunchPepperStakeData",
                      "nameLocations": [
                        "422:21:21"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 27730,
                      "src": "422:21:21"
                    },
                    "referencedDeclaration": 27730,
                    "src": "422:21:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_LaunchPepperStakeData_$27730_storage_ptr",
                      "typeString": "struct LaunchPepperStakeData"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "421:42:21"
            },
            "returnParameters": {
              "id": 27677,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27676,
                  "mutability": "mutable",
                  "name": "pepperStake",
                  "nameLocation": "511:11:21",
                  "nodeType": "VariableDeclaration",
                  "scope": 27678,
                  "src": "498:24:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPepperStake_$27651",
                    "typeString": "contract IPepperStake"
                  },
                  "typeName": {
                    "id": 27675,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 27674,
                      "name": "IPepperStake",
                      "nameLocations": [
                        "498:12:21"
                      ],
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 27651,
                      "src": "498:12:21"
                    },
                    "referencedDeclaration": 27651,
                    "src": "498:12:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPepperStake_$27651",
                      "typeString": "contract IPepperStake"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "497:26:21"
            },
            "scope": 27679,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "canonicalName": "IPepperStakeDeployer",
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          27679
        ],
        "name": "IPepperStakeDeployer",
        "nameLocation": "152:20:21",
        "scope": 27680,
        "usedErrors": []
      }
    ],
    "license": "UNLICENSED"
  },
  "id": 21
}