Contracts
Map
Error codes
Code | Message |
---|---|
0-001 | EscrowId is zero. |
0-002 | Seller is the zero address. |
0-003 | Seller is also the buyer. |
0-004 | Invalid EscrowId. |
0-005 | You already claimed. |
0-006 | You can't claim. |
0-007 | Only the crow can call this function |
0-008 | Escrow Fee cannot be more than 1% |
0-009 | Marketplace fee can't be 0 |
0-010 | You can't send ETH without currency be address 0 |
1-005 | The escrow already has consensus. |
1-007 | Buyer+Seller split must be 100% |
1-009 | You need to be a seller or buyer. |
1-011 | Only seller can refund. |
1-012 | Insufficient balance. |
1-014 | Buyer was the last one to challenge. |
1-015 | Seller was the last one to challenge. |
1-016 | The challenge period expired. |
1-017 | There is no settlement ocurring to this escrowId |
1-018 | You aren't validating the last split |
1-019 | Challenge Period hasn’t started yet. |
1-020 | You can't approve your own proposal |
1-025 | Only buyer can release |
1-026 | Escrow Fee can't be more than 100% |
1-027 | Arbitrator can't be seller or buyer |
UnicrowArbitrator.sol Errors
Code | Message |
---|---|
2-001 | Arbitrator is not set for this escrow |
2-003 | You can't approve twice |
2-004 | Only escrow members are allowed to call this function. |
2-005 | Only the arbitrator defined in the escrow can arbitrate it |
2-006 | Arbitrator is already set for this escrow |
2-007 | You are not approving this arbitrator fee |
2-008 | You are not approving this arbitrator address |
2-009 | Arbitrator can't be address 0 |
2-010 | Arbitrator can't be buyer or seller |
Deployment Addresses
Mainnets
Arbitrum One
Contract | Address |
---|---|
Unicrow | 0xDb815D9bEaAa8d3bdc714Be3a17dCBA5eCbe876B |
UnicrowDispute | 0x7FC340B0CfbA6071374b777dE3ACb05eb4a91908 |
UnicrowArbitrator | 0x3E454e8c0c14e605F93D6eEda474d12Ec1dAEc75 |
UnicrowClaim | 0x3928C1389E47123238217F1B6D10e42Aec516EAF |
Base
Contract | Address |
---|---|
Unicrow | 0x19EbA0BE87dF312d9041240ddE468507adaC9e0A |
UnicrowDispute | 0x9D0FeAa4DfCa9e3Ae18ad97f90231E9a7C963D84 |
UnicrowArbitrator | 0x888B745df64eF65399429e1DB3663BCFa5d73a97 |
UnicrowClaim | 0x063d6472df3FdD1cec9B00cac29bcd935511f451 |
Testnets
Arbitrum Sepolia
Contract | Address |
---|---|
Unicrow | 0x063d6472df3FdD1cec9B00cac29bcd935511f451 |
UnicrowDispute | 0xEC8eaCfC2Dd1614b7182676A118088a204F69b86 |
UnicrowArbitrator | 0x335ba877387646815cb189f9883dF98aa0913EAF |
UnicrowClaim | 0x310Da0C6c224C14168e7bBEd632797A79B9eff95 |
Base Sepolia
Contract | Address |
---|---|
Unicrow | 0x32fab9f28724c1c5832d5d6830afe498f8abdaac |
UnicrowDispute | 0xdb2076dcecc82ed0dd204bf7b6dba44f0fea9e36 |
UnicrowArbitrator | 0xad8d43ddefaf2779f72340627a81b9f31330c3dd |
UnicrowClaim | 0x01d612617028f14db6c6f4c00b2a9b4107a90f7a |