Skip to content

Instantly share code, notes, and snippets.

View Sunkenfish657's full-sized avatar
💭
KISS

Brian Sunkenfish657

💭
KISS
View GitHub Profile
@Sunkenfish657
Sunkenfish657 / example-erc721.sol
Created October 4, 2025 01:31 — forked from makevoid/example-erc721.sol
Sample ERC721 from Openzeppelin - flattened with remix - generated by https://wizard.openzeppelin.com/#erc721 - options: mintable, auto increment ids, uri storage - ownership: ownable
// File: @openzeppelin/contracts@4.3.2/utils/Counters.sol
pragma solidity ^0.8.0;
/**
* @title Counters
* @author Matt Condon (@shrugs)