{
    "Function": "createProject",
    "File": "contracts/interfaces/IProjectFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function createProject(address _currency, address _sender)\n        external\n        returns (address _clone);"
}