@[email protected]M to [email protected] • 1 year agoChallenge: Can you identify what is wrong with this simple Solidity guessing game contract that makes it easy to cheat?lemmy.mlimagemessage-square5fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1imageChallenge: Can you identify what is wrong with this simple Solidity guessing game contract that makes it easy to cheat?lemmy.ml@[email protected]M to [email protected] • 1 year agomessage-square5fedilink
minus-square@[email protected]OPMlinkfedilink1•1 year agoThe formula will return a specific result of uint256 type which will be used in constructor on deployment, right? 😉
minus-square@Lixenlink1•1 year agoYeah, this way you don’t know what the number is until you actually figure out the vulnerability.
The formula will return a specific result of uint256 type which will be used in constructor on deployment, right? 😉
Yeah, this way you don’t know what the number is until you actually figure out the vulnerability.