Omniscia SaucerSwap Audit

NoDelegateCall Code Style Findings

NoDelegateCall Code Style Findings

NDC-01C: Inexistent Error Message

Description:

The linked require check has no error message explicitly defined.

Example:

contracts/NoDelegateCall.sol
19require(address(this) == original);

Recommendation:

We advise one to be set so to increase the legibility of the codebase and aid in validating the require check's condition.

Alleviation (3248d1d2fdfa6e1e270ff27db8eefb13dcb55c40):

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