@cdr-kit/contracts/Conditions/SubscriptionCondition

SubscriptionCondition

Recurring paid access. The buyer calls subscribe(uuid, periods, maxPricePerPeriod) with the right value; subsequent reads pass until the subscription expires.
address = 0xB75Cc6571ac7E0ee30A519192740fc471e187458

Config shape

PropTypeDefaultDescription
pricePerPeriodrequireduint256Price in wei per subscription period.
periodrequireduint256Period length in seconds.
payeerequiredaddressWhere subscription value is routed.
moderequireduint80 = native IP, 1 = WIP royalty routing.
licensorIpIdaddressRequired in royalty mode; 0x0 in native mode.