code-423n4 / 2021-11-nested-findings

1 stars 1 forks source link

Unused variable "tokens" #232

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

hack3r-0m

Vulnerability details

https://github.com/code-423n4/2021-11-nested/blob/main/contracts/NestedFactory.sol#L379

(uint256[] memory amounts, address[] memory tokens)

can be changed to:

(uint256[] memory amounts, )
adrien-supizet commented 2 years ago

duplicate #195

maximebrugel commented 2 years ago

also duplicate #67 & #66

alcueca commented 2 years ago

195 as the main.