Signature
Description
Returns the maximum multiplier the setter functions accept:type(uint128).max.
With token supply capped at type(uint128).max, a uint128 multiplier keeps balance * multiplier inside uint256, so all balance-derived reads are overflow-safe. Both updateUIMultiplier and the deprecated updateMultiplier revert with InvalidMultiplier when newMultiplier exceeds this bound.