Skip to content

Instantly share code, notes, and snippets.

@ac12644
Created October 31, 2022 10:55
Show Gist options
  • Save ac12644/c320b185329c94461075f0bd6c173441 to your computer and use it in GitHub Desktop.
Save ac12644/c320b185329c94461075f0bd6c173441 to your computer and use it in GitHub Desktop.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/math/SafeMath.sol';
contract Fundraiser is Ownable {
using SafeMath for uint256;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment