IPricingModule
Interface and are responsible for determining the price of memberships based on various attributes.
IPricingModule
Interface. This interface includes the getPrice
function, which can be programmed to calculate prices based on different criteria, such as the total number of memberships minted or other programmable attributes. See more examples in [Recipes].
DynamicPricing.sol
.