The Ethernaut CTF Solutions | 27 - Good Samaritan
Goals
The Contract
A really fun challenge, with a simple goal and a pretty recent vulnerability introduced that we will need to be aware of from now on!
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0 <0.9.0;
import {Address} from "../helpe...
blog.pedrojok.com5 min read