⛴️
Metaverse NFT Factory 1
 
Deploy your own NFT collection at the cost of 2 swaps!
 

Interacting via Etherscan

Contract is located at address:
 

Interacting via EVMConnector

ABI for EVMConnector
 

Steps to deploy and control NFT sale:

  1. Connect Wallet
notion image
 
notion image
 
  1. Call createNFT with params:
uint256 _startPrice = 50000000000000000
(this is 0.05 ETH)

uint256 _maxSupply = 500

uint256 _nReserved = 19

uint256 _maxTokensPerMint = 20

uint256 _royaltyFee = 500
(this is 5% of secondary sales)

uri = https://metadata.buildship.dev/api/token/cryptodunkz/

name = Token Name

symbol = NAME
  1. Find created address in Logs() of the transaction: deployedAddress, and follow the link
    1. notion image
  1. Claim reserved tokens: **Choose address to receive them**
    1. notion image
  1. You’re ready to start sale! Input timestamp of your desired sale start in UTC timezone. You can use unixtimestamp.com:
notion image
Or, just start sale right away:
notion image