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

0 stars 0 forks source link

QA Report #210

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

1. Unused local variables, function parameters

2. Unused modifier

3. Misleading/Random comments

4. function visibility can be restricted to pure and view

6. No events emitted for important updates

7. allowance(address owner, address spender) in WETH.sol returns 0 always

GalloDaSballo commented 2 years ago

1. Unused local variables, function parameters

Valid NC

2. Unused modifier

Valid Refactoring

3. Misleading/Random comments

Valid NC

4. function visibility can be restricted to pure and view

Valid Ref

5. Add proper revert string in require()

Valid NC

6. No events emitted for important updates

Valid NC

7. allowance(address owner, address spender) in WETH.sol returns 0 always

Valid Low

TODO -> Bump Allowance

Neat report, great format

1L 2R 4NC