Open code423n4 opened 2 years ago
SafeApprove is deprecated
Deprecated but perfectly safe to use if allowance
is equal to 0
, which is the case here.
Unnecessary use of SafeMath
Duplicate of https://github.com/code-423n4/2022-04-pooltogether-findings/issues/11
Changing to gas optimization since only the safeMath issue is applicable
Changing name to better reflect the judging outcome.
[2022-04-pooltogether] QA report
tags:
c4
,2022-04-pooltogether
SafeApprove is deprecated
safeApprove()
function is now deprecatedUnnecessary use of SafeMath