以下の問題文が与えられた。
This challenge description was given:
The address of my new smart contract is 0xf0674CD7D1C0c616063a786E7d1434340E09BadD, the flag is inside it, and the code is published on Etherscan. Important: This smart contract is on Ropsten
「smart contract Ropsten」でググると、以下のページが見つかった。
I googled "smart contract Ropsten" and found this page:
How To Deploy And Test Your Smart Contracts On Ropsten TestNet Using Metamask And Remix
このページ内の「Ropsten」というリンクから、以下のページを開いた。
I opened this page via the link "Ropsten" in the page:
TESTNET Ropsten (ETH) Blockchain Explorer
このサイトで指定のアドレスで検索すると、以下のページが出てきた。
I searched for the specified address using the page. It showed this page as a result:
readFlag1 | 0xf0674CD7D1C0c616063a786E7d1434340E09BadD
ページ内のContractタブを開き、出てきたContract Source Codeの中にflagが書かれていた。
The flag was in the "Contract Source Code" in the "Contract" tab in the page.