The Ethernaut CTF Solutions | 28 - Gate Keeper Three
Goals
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract SimpleTrick {
GatekeeperThree public target;
address public trick;
uint private password = block.timestamp;
constructor(address payable _target) {
...
blog.pedrojok.com4 min read