The Ethernaut CTF Solutions | 10 - Reentrancy
Goals
The title is a pretty big hint in this challenge.
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
// import 'openzeppelin-contracts-06/math/SafeMath.sol';
import {SafeMath} from "../helpers/SafeMath-06.sol";
contract Re...
blog.pedrojok.com4 min read