Some parameters of functions are not checked for invalid values:
A wrong user input or wallets defaulting to the zero addresses for a missing input can lead to the contract needing to redeploy or wasted gas.
Recommend validating the parameters.
ghoul-sol (judge) commented:
