Ethernaut Series - 02 (Fal1out)
We are asked to claim ownership of a contract whose code is provided as such:
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
import "openzeppelin-contracts-06/math/SafeMath.sol";
contract Fallout {
using SafeMath for uint256;
mapp...
blog.hexbyte.in4 min read