{
    "Function": "_currencyWhitelisted",
    "File": "contracts/core/modules/FeeModuleBase.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IModuleGlobals"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _currencyWhitelisted(address currency) internal view returns (bool) {\n        return IModuleGlobals(MODULE_GLOBALS).isCurrencyWhitelisted(currency);\n    }"
}