{
    "Function": "mul",
    "File": "contracts/staking/libs/LibFixedMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_mul"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mul(int256 a, int256 b) internal pure returns (int256 c) {\n        c = _mul(a, b) / FIXED_1;\n    }"
}