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