Update the creator and minter rules for a deployed channel
string
string
DYNAMIC_LOGIC
for the default logic contract, or address zero to disable all logic. Disabling logic means that everyone has unlimited interaction credits.
DynamicLogicInputs[]
DYNAMIC_LOGIC
contract, each rule specifies a target contract, function signature, data, operator, literal operand, interaction power type, and interaction power. Logic rules can be created by hand, or with the UniformInteractionPower
and WeightedInteractionPower
utilities.
Weighted interaction power rules can be used to give more interaction credits to users who hold more tokens. Uniform interaction power rules give the same number of interaction credits to all users who meet the rule’s conditions.
If a user meets multiple logic rules, the highest interaction power from all rules is applied.
DynamicLogicInputs[]
DYNAMIC_LOGIC
contract. Logic rules can be created by hand, or with the UniformInteractionPower
and WeightedInteractionPower
utilities.
Weighted interaction power rules can be used to give more interaction credits to users who hold more tokens. Uniform interaction power rules give the same number of interaction credits to all users who meet the rule’s conditions.
If a user meets multiple logic rules, the highest interaction power from all rules is applied.
TransactionOverrides