Skip to content

Instantly share code, notes, and snippets.

@czilauto0r1
czilauto0r1 / contracts...FundMe.sol
Created June 19, 2022 21:48
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.15+commit.e14f2714.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// Zbieranie hajsu
// Wyplacanie
// Minimum value w USD
pragma solidity ^0.8.8;
import "./PriceConverter.sol";
contract FundMe {
using PriceConverter for uint256;