MaverickV2IncentiveMatcherFactory
Inherits: IMaverickV2IncentiveMatcherFactory
IncentiveMatcherFactory creates IncentiveMatcher contracts that can be used to facilitate voting on incentive directing and external protocol incentive matching for a given veToken.
IncentiveMatcher contracts are deployed with create2 to deterministic addresses can computed prior to deployment.
State Variables
incentiveMatcherParameters
incentiveMatcherForVe
This function retrieves the address of the IncentiveMatcher contract associated with the current veToken.
isFactoryIncentiveMatcher
This function checks if the current contract is a factory contract for IncentiveMatchers.
_allIncentiveMatcher
veFactory
This function retrieves the address of the MaverickV2VotingEscrowFactory contract.
rewardFactory
This function retrieves the address of the MaverickV2RewardFactory contract.
Functions
constructor
createIncentiveMatcher
This function creates a new IncentiveMatcher contract for a given base token. The basetoken is required to have a deployed ve token before incentive matcher can be created. If no ve token exists, this function will revert. A ve token can be created with the ve token factory: veFactory()
.
Parameters
Returns
incentiveMatchers
This function retrieves a list of existing IncentiveMatcher contracts.
Parameters
Returns
incentiveMatchersLength
This function returns the total number of existing IncentiveMatcher contracts.
incentiveMatcherAddress
This function retrieves the address of the IncentiveMatcher contract associated with a given veToken.
Parameters
Returns
Last updated