Open code423n4 opened 2 years ago
Magic number, consider using named constant instead.
Affected code:
Consider using IERC20 type instead of address. Or IERC20[] type instead of address[].
It is recommended to explicitly specify uint256 type instead of uint type for better readability.
Magic number -> Links addresses, check the bot ser
Casting has no cost
Agree
Impact
Magic number, consider using named constant instead.
Affected code:
Proof of Concept
Tools Used
Recommended Mitigation Steps
Impact
Consider using IERC20 type instead of address. Or IERC20[] type instead of address[].
Affected code:
Proof of Concept
Tools Used
Recommended Mitigation Steps
Impact
It is recommended to explicitly specify uint256 type instead of uint type for better readability.
Affected code:
Proof of Concept
Tools Used
Recommended Mitigation Steps