Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.3 KB

File metadata and controls

53 lines (32 loc) · 1.3 KB

Aderyn Analysis Report

This report was generated by Aderyn, a static analysis tool built by Cyfrin, a blockchain security company. This report is not a substitute for manual audit or security review. It should not be relied upon for any purpose other than to assist in the identification of potential security vulnerabilities.

Table of Contents

Summary

Files Summary

Key Value
.sol Files 1
Total nSLOC 7

Files Details

Filepath nSLOC
src/Overflow_Add.sol 7
Total 7

Issue Summary

Category No. of Issues
High 0
Low 1

Low Issues

L-1: Inconsistency in declaring uint256/uint (or) int256/int variables within a contract

Consider keeping the naming convention consistent in a given contract

  • Found in src/Overflow_Add.sol Line: 2

     contract Overflow_Add {