Added complete EVM smart contract for Seifylabs#3
Open
an-ordinary-dev wants to merge 1 commit intosaas98:mainfrom
Open
Added complete EVM smart contract for Seifylabs#3an-ordinary-dev wants to merge 1 commit intosaas98:mainfrom
an-ordinary-dev wants to merge 1 commit intosaas98:mainfrom
Conversation
|
@Byteory is attempting to deploy a commit to the Pavlo's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes a full EVM-based smart contract implementation for Seifylabs.
Developed by Byteory – a Web3 development agency focused on building secure, scalable, and audited smart contracts for blockchain products.
The contract handles following features and is written with modularity and security best practices in mind.
Ethereum Escrow Contract Documentation
Deployment Details
0x6d595ea477ed54e98C73bF97deDCEB34d187bF110xa719931d7A0e50428Be28240A09f053e14f1371FInitial Parameters
Contract Features
Core Escrow Functionality
Project Escrow Creation
Milestone Management
Payment Handling
Security Features
Access Control
Ownablefor ownership managementSafety Mechanisms
ReentrancyGuardfor preventing reentrancy attacksPausablefunctionality for emergency stopsQuality Assurance System
Progress Tracking
Quality Verification
Insurance System
Insurance Pool
Claim Processing
Dispute Resolution
Dispute Management
Arbitration System
Additional Features
Extension Requests
Revision System
Cancellation System
Contract Events
Project Management Events
ProjectEscrowCreatedMilestoneCompletedMilestonePaidDispute Events
DisputeInitiatedDisputeResolvedArbitrator Events
ArbitratorAddedArbitratorRemovedUser Management Events
UserBlacklistedExtension and Revision Events
ExtensionRequestedExtensionApprovedExtensionRejectedRevisionRequestedRevisionApprovedRevisionRejectedQuality Assurance Events
QualityAssuranceStartedQualityAssurancePassedQualityAssuranceFailedInsurance Events
InsuranceDepositedInsuranceClaimedInsuranceClaimProcessedFunction Modifiers
notBlacklisted: Prevents blacklisted users from accessing functionsonlyArbitrator: Restricts access to arbitrator functionsonlyParties: Limits access to escrow partiesnonReentrant: Prevents reentrancy attackswhenNotPaused: Ensures contract is not pausedDependencies
@openzeppelin/contracts/security/ReentrancyGuard.sol@openzeppelin/contracts/access/Ownable.sol@openzeppelin/contracts/security/Pausable.sol@openzeppelin/contracts/token/ERC20/IERC20.solEtherscan Verification
Development Tools