The Ethernaut CTF Solutions | 03 - Coinflip
Goals
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract CoinFlip {
uint256 public consecutiveWins;
uint256 lastHash;
uint256 FACTOR =
578960446186580977117854925043439539266349923328202820197287920039...
blog.pedrojok.com2 min read