code-423n4 / 2022-06-putty-findings

5 stars 0 forks source link

QA Report #230

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

[N01] Recommend constant variables over magic numbers

Constant variables instead of magic numbers can help keep the code easier to read and maintain. PuttyV2.sol#L287 - recommend adding constant MAX_DURATION PuttyV2.sol#L499 - recommend adding constant FEE_DENOMINATOR