There are several places across the codebase in which intermediate results that depend on a division are then used as part of calculations that involve a multiple.
For example, in requestWithdraw() the calculation of votiumWithdrawAmount depends on the intermediate result of withdrawRatio. The expression can be simplified as:
And similarly, safEthWithdrawAmount:
