Skip to content

Instantly share code, notes, and snippets.

@Rehan-Baig
Rehan-Baig / README.md
Created May 12, 2024 18:26 — forked from piyushgarg-dev/README.md
Kafka Crash Course
@Rehan-Baig
Rehan-Baig / useLessTokens.sol
Created February 9, 2022 13:19 — forked from Abasit0097/useLessTokens.sol
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.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
pragma solidity 0.8.0;
//Version 3 with reveal and royality
//changes of royality and reveal on rinkeby 0x74a99aef15b7dfa92ab367dc60ed1f62125afa87
//contract address deployed on ropsten 0x900F8F65c60fBe01f89cd07C6d82347743EE125b
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract useLessToken is ERC721Enumerable, Ownable {