You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This report was generated by [Aderyn](https://github.com/Cyfrin/aderyn), a static analysis tool built by [Cyfrin](https://cyfrin.io), 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.
4
+
# Table of Contents
5
+
6
+
-[Summary](#summary)
7
+
-[Files Summary](#files-summary)
8
+
-[Files Details](#files-details)
9
+
-[Issue Summary](#issue-summary)
10
+
-[Low Issues](#low-issues)
11
+
-[L-1: Inconsistency in declaring uint256/uint (or) int256/int variables within a contract](#l-1-inconsistency-in-declaring-uint256uint-or-int256int-variables-within-a-contract)
12
+
13
+
14
+
# Summary
15
+
16
+
## Files Summary
17
+
18
+
| Key | Value |
19
+
| --- | --- |
20
+
| .sol Files | 1 |
21
+
| Total nSLOC | 7 |
22
+
23
+
24
+
## Files Details
25
+
26
+
| Filepath | nSLOC |
27
+
| --- | --- |
28
+
| src/Overflow_Add.sol | 7 |
29
+
|**Total**|**7**|
30
+
31
+
32
+
## Issue Summary
33
+
34
+
| Category | No. of Issues |
35
+
| --- | --- |
36
+
| High | 0 |
37
+
| Low | 1 |
38
+
39
+
40
+
# Low Issues
41
+
42
+
## L-1: Inconsistency in declaring uint256/uint (or) int256/int variables within a contract
43
+
44
+
Consider keeping the naming convention consistent in a given contract
45
+
46
+
- Found in src/Overflow_Add.sol [Line: 2](Overflow_Add.sol#L2)
0 commit comments