Skip to content

Instantly share code, notes, and snippets.

View mushketyk's full-sized avatar
👋
Hi!

Ivan Mushketyk mushketyk

👋
Hi!
  • Stripe
  • Dublin, Ireland
View GitHub Profile
@mushketyk
mushketyk / Auction.sol
Created March 26, 2023 21:36
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=soljson-v0.8.18+commit.87f61d96.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "Ownable.sol";
contract Auction {
address public beneficiary;
uint public deadline;