Omniscia Xcaliswap Audit

FullMath Code Style Findings

FullMath Code Style Findings

FMH-01C: Inexistent Error Messages

TypeSeverityLocation
Code StyleFullMath.sol:L34, L43

Description:

The linked require checks have no error messages explicitly defined.

Example:

contracts/Core/libraries/FullMath.sol
34require(denominator != 0);

Recommendation:

We advise each to be set so to increase the legibility of the codebase and aid in validating the require checks' conditions.

Alleviation:

The contract is no longer present in the codebase thus nullifying this exhibit.