20,000 USDC
View results
Submission Details
Severity: gas
Valid

uint256 is cost less gas than uint

Summary

uint256 costs less gas than uint.

Vulnerability Details

in solidity unit256 is cheaper than uint. so should consider using uint256 to save some gas.

Impact

Cost more gas.

Tools Used

Manual Review

Recommendations

Consider using uint256 instead of uint

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.