{
    "Function": "getFee",
    "File": "contracts/contracts/factories/PairFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getFee(bool _stable) public view returns(uint256) {\n        return _stable ? stableFee : volatileFee;\n    }"
}