The Ethernaut CTF Solutions | 17 - Recovery
Goals
We are the good guys this time!
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Recovery {
//generate tokens
function generateToken(string memory _name, uint256 _initialSupply) public {
new Simple...
blog.pedrojok.com3 min read