AdLicenseValidator
This contract contains information and serves as a tool for minting aftermarket devices. It contains the following details:
Foundation address
DIMO token address
License contract address
Aftermarket device mint cost
Additionally, it is in charge of approving minting requests made via the AftermarketDevice contract. The actions listed below are carried out by the function _validateMintRequest during minting:
Verifies if the minter has a valid
LicenseCalculates the amount of
DIMO tokensneeded to mint all devices requestedTransfers the calculated amount to the Foundation
Last updated