{
    "Function": "slitherConstructorConstantVariables",
    "File": "contracts/libraries/BP.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "library BP {\n    /// @notice Base point number\n    /// @dev Used to prevent underflow of math operations\n    uint16 constant DECIMAL_FACTOR = 10_000;\n}"
}