MAX_ TOKEN_ DECIMALS
Maximum number of decimal places accepted by amountToBaseUnits.
10^38 already exceeds the i128 range used for token amounts, so a larger scale could never produce a representable base-units value.
Maximum number of decimal places accepted by amountToBaseUnits.
10^38 already exceeds the i128 range used for token amounts, so a larger scale could never produce a representable base-units value.