Overview
Combinator conditions compose two or more conditions with logical operators. Deploy each via its respective factory.AndCondition
All conditions must pass (A && B && C).
OrCondition
At least one condition must pass (A || B).
NotCondition
Inverts a condition (!A).
Nested Combinators
Combine combinators for complex logic:Limits
Gas
Simpler combinators = less gas:Next Steps
EscrowPeriod
Time-based condition for escrow windows.
Freeze
Block releases on frozen payments.
Examples
See combinators in real configurations.
Factories
Deploy combinators via factory contracts.
