Submitted by shw
Adding non-zero address checks on the following functions parameters can help ensure the ownership of contracts is not lost or the contracts do not need to be redeployed if any of them is provided as zero accidentally.
Recommend considering adding non-zero address checks on the parameters.
Evert0x (Sherlock) acknowledged:
