The Ethernaut CTF Solutions | 19 - Alien Codex
Goals
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.5.0;
// import "../helpers/Ownable-05.sol";
import {Ownable} from "../helpers/Ownable-05.sol";
contract AlienCodex is Ownable {
bool public contact;
bytes32[] public cod...
blog.pedrojok.com4 min read