The Ethernaut CTF Solutions | 25 - Motorbike
Goals
The Contract
// SPDX-License-Identifier: MIT
pragma solidity <0.7.0;
// import "openzeppelin-contracts-06/utils/Address.sol";
// import "openzeppelin-contracts-06/proxy/Initializable.sol";
import {Address} from "../helpers/Address.sol";
impo...
blog.pedrojok.com5 min read