Omniscia SaucerSwap Audit

UniswapV3Factory Code Style Findings

UniswapV3Factory Code Style Findings

UVF-01C: Inexistent Error Messages

Description:

The linked require checks have no error messages explicitly defined.

Example:

contracts/UniswapV3Factory.sol
47require(msg.value >= convTinybar);

Recommendation:

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

Alleviation (3248d1d2fdfa6e1e270ff27db8eefb13dcb55c40):

The SaucerSwap team evaluated this exhibit and opted to acknowledge it.