Skip to content

Instantly share code, notes, and snippets.

View marvinkruse's full-sized avatar
🚀
Buidling...

Marvin Kruse marvinkruse

🚀
Buidling...
View GitHub Profile
@z0r0z
z0r0z / LilSuperfluidNFT.sol
Created March 12, 2022 00:26
A simple token streaming manager represented by NFTs
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.10;
import 'https://github.com/Rari-Capital/solmate/blob/main/src/tokens/ERC20.sol';
import 'https://github.com/Rari-Capital/solmate/blob/main/src/tokens/ERC721.sol';
/// @title lil superfluid nft
/// @author Miguel Piedrafita, Ross Campbell
/// modified from (https://github.com/m1guelpf/lil-web3/blob/main/src/LilSuperfluid.sol)
/// @notice A simple token streaming manager represented by NFTs