Skip to content

Commit

Permalink
0xMesaj data for issue #620
Browse files Browse the repository at this point in the history
  • Loading branch information
code423n4 committed Sep 15, 2022
1 parent f4ea33b commit cd93b38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/0xMesaj-Q.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
USE OF BLOCK.TIMESTAMP


Block timestamps have historically been used for a variety of applications, such as entropy for random numbers (see the Entropy Illusion for further details), locking funds for periods of time, and various state-changing conditional statements that are time-dependent. Miners have the ability to adjust timestamps slightly, which can prove to be dangerous if block timestamps are used incorrectly in smart contracts.
https://github.com/code-423n4/2022-09-canto/blob/main/src/Swap/BaseV1-core.sol#L138
https://github.com/code-423n4/2022-09-canto/blob/main/src/Swap/BaseV1-core.sol#L159

0 comments on commit cd93b38

Please sign in to comment.