Knowledge Base
  • ๐Ÿ‘จโ€๐ŸŽจFor creators
    • ๐Ÿ‘‹Intro to creating with Highlight
    • ๐Ÿ“œProject quick start guides
      • Launch an open edition
      • Launch a delayed reveal collection
      • Launch a 1-of-1 auction
      • Launch a generative artwork
      • Launch an open edition generative artwork
      • Launch a PFP project
      • Launch a generative, image-based PFP project
      • Launch a ranked auction
      • Launch an onchain project
      • Launch a collector's choice project
      • Ongoing drops with the same contract
    • ๐ŸŽ‡Learn the creation flows
      • ERC-721 vs. ERC-1155 Token Standards
      • Edition flow
      • Generative flow
      • Series flow
      • The importance of testing your collections
    • ๐Ÿ‘ฉโ€๐Ÿ’ปUse embeds to build custom mint sites
      • Case Study: How Superchain Chiblings launched a fully custom website on Highlight x Base
      • Running a collector's choice mint via embeds
    • ๐Ÿ’ธSelling your NFTs
      • Available sale methods
        • Ranked auction
        • Dutch auction
        • English auction
      • Setting up gates (allowlists)
      • Combining sale methods
      • Configuring payment currencies
        • Accepting ERC20 payments
        • Accepting credit card payments
      • Payouts, royalties & splits
      • Livestream on the mint page
    • ๐Ÿ› ๏ธManaging your collections
      • Hiding a collection
      • Mint creator reserves
      • Airdropping tokens
      • Updating collection metadata
      • Getting verified
      • Sponsored mints
      • Reducing collection size
    • ๐Ÿ”ฎGenerative & onchain art tools
      • Highlight Studio
      • Onchain file system
      • Storing SVGs onchain
      • Downloading token metadata
      • How onchain is Highlight?
    • ๐ŸŒIntegrations & ecosystem
      • Farcaster
      • Paragraph.xyz
      • Foundation Worlds
        • Importing a collection to Worlds
        • Foundation ร— Highlight FAQs
      • Export generative art from Cables.gl
      • Highlight on mobile
    • ๐Ÿค“Advanced
      • Reusing contracts
      • Randomization algorithm
      • Upload asset specifications
      • Fulfilling auctions for non-transferable tokens
    • โœจAbout Highlight
      • Artwork policies
      • Highlight fees
  • For Collectors
    • ๐Ÿ’ณBuying
      • Buying on secondary
      • Exchange currency across chains
  • ๐Ÿ’ฒSelling
    • Selling on secondary
    • Instantly sell & relist NFTs
  • ๐Ÿ””Notifications
  • For developers
    • Intro to the Highlight Protocol
    • NFT contracts
      • Official addresses
      • ERC721GeneralSequence
      • ERC721General
      • ERC721EditionsDFS
      • ERC721SingleEditionDFS
      • ERC721GenerativeOnchain
      • Deprecated contracts
    • Custom metadata renderers
      • Example custom renderers
    • Minting protocol
      • Mint Managers
      • Mint Mechanics
        • Dutch auction mechanic
        • Ranked auction mechanic
        • Verisart mechanic
        • Seed-based mechanic
        • Auction Manager *
      • Referral Manager
    • Management modules
      • TokenManager
      • RoyaltyManager
    • Observability
    • Onchain File Storage
    • Mint fee oracle
    • Protocol rewards
      • Creator rewards
      • Mint referral rewards
    • Crosschain burn / redeem
  • Official links
    • โœจHighlight website
    • ๐ŸŸฃHighlight Farcaster
    • ๐ŸฆHighlight Twitter
    • ๐Ÿ‘‹About us
Powered by GitBook
On this page
  1. For developers

Mint fee oracle

PreviousOnchain File StorageNextProtocol rewards

Last updated 11 months ago

If youโ€™re integrating with Highlight, it can be useful to determine if a mint fee is due for a specific mint you're about to execute (they aren't always required). Hitting this contract will allow you to make that determination, as well as determine the amount of the fee. You can do this by invoking the following methods:

getMechanicVectorMintFee

getGatedVectorMintFee

getPublicVectorMintFee

Contract Link

Additionally, the mint fee oracle processes protocol rewards, namely creator rewards on free mints, and referral rewards.

Logohl-evm-contracts/contracts/mint/MintFeeOracle.sol at main ยท highlightxyz/hl-evm-contractsGitHub