Smart Contract
Core states and logic:
- AwaitingSubmission: escrow funded and waiting for freelancer work CID.
- UnderReview: 14-day review countdown is active.
- Disputed: burn-pressure mode (5% per 14 days when applied).
- Resolved: project closed and funds distributed.
Key methods: createProjectNative, createProjectERC20, submitWork,approveSubmission, claimTimeoutPayment, dispute, applyDecayBurn,mutualSettlement.
