Skip to content

Instantly share code, notes, and snippets.

@niefba
niefba / contracts...Lotto.sol
Created February 25, 2025 20:39
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=undefined&optimize=undefined&runs=undefined&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.8.2 <0.9.0;
contract Lotto {
address private owner;
uint[6] results;
uint jackpot = 0;
struct Grid {