/FoamChunkSmudge

Smart contract for Foam Chunk Smudge NFT

Primary LanguageTypeScriptMIT LicenseMIT

Foam Chunk Smudge - Smart Contract

wrappedusername

  • Deployed to Polygon
  • Verified with hardhat
  • Solidity and TypeScript
  • Docker
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;

import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
 
/// @title Foam Chunk Smudge NFT.
/// @author WrappedUsername
contract FoamChunkSmudge is ERC721, Ownable