NFT Pre-Mint Auction Randomizer
Limitations:
Maximum of 4,000 items that contains the price and content url (IPFS-based)
Can add one item or override at a time via add_nft operation
No allowlist
Features:
Random NFT minting
Pre-selling NFTs with multiple varying prices
Multiple-wallet recipients
Instant Royalty Configuration
Gas efficient minting. Pay only 0.5 TON on pre-minting 4,000 items in one transaction
Instant Finder/Referral Incentives
Configurable Mint Time & End Time
Track Unsold Items
Optional for Tier Levels (0 - 1000, 1000 - 2000, 2000 - 3000, 3000 - 4000)
Fees:
Platform Fee: 4% (fixed)
Provider Fee: (max of 5%)
Finder Fee: (max of 5%)
Operations:
add_nfts
add_nft
change_owner
change_wallets
change_royalty
change_schedule
set_referral_fee
Methods:
get_auction_data
get_platform_fees
get_unsold_nfts
get_sold_nfts
get_nft_data(nft_id)
get_royalty_info
Last updated