The Ethernaut CTF Solutions | 15 - Naught Coin
Goals
The contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// import "openzeppelin-contracts-08/token/ERC20/ERC20.sol";
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract NaughtCoin is ERC20 {
// stri...
blog.pedrojok.com3 min read