Missing checks for address(0x0) in the constructor/initializer
Opened this issue · 0 comments
hats-bug-reporter commented
Github username: @saidqayoumsadat
Submission hash (on-chain): 0xcbcca374d0d278b9d4e66cb41bc59342e77f215944efa72f259615c36d425ee7
Severity: low
Description:
Description
file: /contracts/mocks/HatVaultForConnectorMock.sol
48 arbitrator = _arbitrator;
file: /contracts/mocks/UniSwapV3RouterMock.sol
30 WETH9 = _weth9;
file: /contracts/RewardController.sol
55 rewardToken = IERC20Upgradeable(_rewardToken);
file: /contracts/HATPaymentSplitterFactory.sol
14 implementation = _implementation;
file: /contracts/HATPaymentSplitter.sol
16 __PaymentSplitter_init(_payees, _shares);