this post was submitted on 14 Jun 2023
6 points (100.0% liked)

cryptocurrency

2623 readers
3 users here now

The largest cryptocurrency community on the Fediverse!

Lemmy community dedicated to cryptocurrency news, technicals, education, memes and so more!

💬 Chat on Community Improvements and Development

Community Knowledge Base:

Be nice, have fun.

Community rules:

General lemmy.ml instance rules applicable here too.

Ugly brother of this community: bωockchain

For a community devoted to cryptography itself, visit c/cryptography

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Lixen 1 points 1 year ago* (last edited 1 year ago) (2 children)

For those that want to have an actual go at it: when deploying it with hardhat for example, you can pass in Math.floor(Math.random()*1000) as the constructor argument in the deploy script, and then see if you can derive the number on the first guess.

[–] [email protected] 1 points 1 year ago (1 children)

The formula will return a specific result of uint256 type which will be used in constructor on deployment, right? 😉

[–] Lixen 1 points 1 year ago

Yeah, this way you don't know what the number is until you actually figure out the vulnerability.