Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: high
Invalid

Hardcoded time could be manipulated

Summary

You are using a hardcoded time as below

uint256 public constant CHRISTMAS_2023_BLOCK_TIME = 1_703_480_381;

this poses a potential vulnerability to timestamp manipulation

Vulnerability Details

The CHRISTMAS_2023_BLOCK_TIME constant, being a hardcoded timestamp, is susceptible to manipulation

Impact

The vulnerability allows potential manipulation of time-dependent functionalities, compromising the reliability and accuracy of time-based operations within the contract. This manipulation could disrupt critical functionalities relying on this timestamp, potentially affecting contract behavior

Tools Used

manual analysis

Recommendations

use Oracles like chainlink

Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Other

Support

FAQs

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