01.check-in @Greeter
2023-07-13 16:27:18
# 02.ChainflagCTF
check-in(Greeter)
contract
1 | pragma solidity 0.8.7; |
analyses
To make isSolved()
returns true, we should modify greeting to “HelloChainFlag”. So we call setGreeting()
with “HelloChainFlag” and then it will be solved.