Mint fee oracle

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

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

Last updated