Hacking Ethernaut Level 2: Fallout
Editor's Choice of Background Music
https://www.youtube.com/watch?v=HOw2kuHOixM
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
import '@openzeppelin/contracts/math/SafeMath.sol';
contract Fallout {
using SafeMath for uint25...
aiman3codes.hashnode.dev2 min read