1. pragma solidity ^0.7.0;
    2. //SPDX-License-Identifier: UNLICENSED
    3. contract look_look {
    4. function sloc111() public pure returns (string memory){
    5. return "flag{}";
    6. }
    7. }
    8. 合约地址: 0x0ed72dfd4c63dd97df8fec07e5a6bba466c6adf5

    没做过,完全不知道该怎么做
    看wp是用网站https://rinkeby.etherscan.io/直接搜合约地址,然后在input data中找到flag。
    image.png