Skip to content

0xJijimi/estverse-nfts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estverse NFTs

The EstverseNFTs contract is an ERC1155 token implementation with the following features:

  • Minting of NFTs with dynamic pricing
  • Royalty support (ERC2981)
  • Pausable functionality
  • Token locking/unlocking
  • Ownable with withdrawal function

Key Functions:

  • mint(uint256 id): Mint an NFT
  • setTokenUnlock(uint256 id, bool unlocked, uint256 basePrice): Set token availability and base price
  • withdraw(address _addr): Withdraw contract balance to specified address

Usage

Deploy

forge create EstverseNFTs --rpc-url <testnet-or-mainnet-url> --constructor-args <initialOwnerAddress> --interactive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published