{
    "Function": "projectDetails",
    "File": "contracts/interfaces/ICommunity.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function projectDetails(uint256 _communityID, address _project)\n        external\n        view\n        returns (\n            uint256 projectApr,\n            uint256 lendingNeeded,\n            uint256 totalLent,\n            uint256 publishFee,\n            bool publishFeePaid,\n            uint256 lentAmount,\n            uint256 interest,\n            uint256 lastTimestamp\n        );"
}