Several functions in Utils do not handle edge cases where the divisor is 0, caused mainly by no liquidity in the pool. In such cases, the transactions revert without returning a proper error message.
See issue page for referenced code:
Recommend checking if the divisors are 0 in the above functions to handle edge cases.
verifyfirst (Spartan) confirmed
