Back to Audit

Audit Results

Audit ID: 123

Completed
SecureScore™
Overall security rating of your smart contract
0/100

Critical Issues

Your contract has security issues that need to be addressed.

Vulnerability Summary
Overview of detected vulnerabilities by severity
2Critical
3High
5Medium
8Low
Detected Vulnerabilities
Comprehensive list of all detected vulnerabilities sorted by severity
IDVulnerabilitySeverityLocationConfidenceDetails
V-001

Reentrancy Vulnerability

The contract is vulnerable to reentrancy attacks in the withdraw function.

Critical
Token.sol:156High
V-002

Unchecked External Call

External call result is not checked, which could lead to silent failures.

Critical
Token.sol:203High
V-003

Integer Overflow

Potential integer overflow in the calculateRewards function.

High
Staking.sol:87Medium
V-004

Unprotected Function

The setFeeRecipient function lacks access control.

High
Token.sol:245High
V-005

Timestamp Dependence

Contract relies on block.timestamp for critical operations.

High
Staking.sol:112Medium
V-006

Missing Zero Address Check

No zero address validation in the constructor for owner address.

Medium
Token.sol:42High
V-007

Floating Pragma

Contract uses a floating pragma ^0.8.0.

Low
Token.sol:1High