{
    "Function": "initialize",
    "File": "contracts/interfaces/IDebtToken.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initialize(\n        address _communityContract,\n        string memory _name,\n        string memory _symbol,\n        uint8 _decimals\n    ) external;"
}