01.Guess the number
2023-06-23 20:25:18
# 01.Capturetheether CTF
Guess the number
topic
1 | pragma solidity ^0.4.21; |
analyses
It is easy to complete this level. We can see the answer “42”. So we dont need to guess.
solution
call guess(uint8)
with the parameter “42” and 1 ETH.