Skip to content

Instantly share code, notes, and snippets.

View meefs's full-sized avatar

Meefs meefs

View GitHub Profile
@meefs
meefs / MolochBound.sol
Created February 25, 2022 00:24 — forked from z0r0z/MolochBound.sol
an NFT that sits in your wallet until you contribute 0.01 ETH to public goods
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.4;
import 'https://github.com/Rari-Capital/solmate/blob/main/src/tokens/ERC721.sol';
error NotGood();
error NotEnough();
error ETHtransferFailed();
error NotSummoner();