Omniscia SaucerSwap Audit
UniswapV3Factory Code Style Findings
UniswapV3Factory Code Style Findings
UVF-01C: Inexistent Error Messages
Type | Severity | Location |
---|---|---|
Code Style | UniswapV3Factory.sol:L47, L48, L50, L52, L53, L66, L73, L79, L80, L84, L85, L93, L99 |
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.