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 | 0x24e9ECC6c56dcD0C875fDF181FA3A4EEf3c5D5F0 |
UnicrowDispute | 0xab32831aA9bBFEB12F1BA7B74eBFf76e45944937 |
UnicrowArbitrator | 0xF1447b0fda912a6857B5d77d7cDE9663266896cf |
UnicrowClaim | 0x40F83551803051676eB7Cb0374176d03db247b97 |
Testnets
Arbitrum Sepolia
Contract | Address |
---|---|
Unicrow | 0x063d6472df3FdD1cec9B00cac29bcd935511f451 |
UnicrowDispute | 0xEC8eaCfC2Dd1614b7182676A118088a204F69b86 |
UnicrowArbitrator | 0x335ba877387646815cb189f9883dF98aa0913EAF |
UnicrowClaim | 0x310Da0C6c224C14168e7bBEd632797A79B9eff95 |
Base Sepolia
Contract | Address |
---|---|
Unicrow | 0xe0Ee927Fc4B128b20Fb087F2372d21526d636945 |
UnicrowDispute | 0x81BDA62F4E0e95edaf2ED72985B93e95880D05f7 |
UnicrowArbitrator | 0xfA8b095785c87F2fc4f19BA9d9a39B3FD17F74ca |
UnicrowClaim | 0x7c27bE3C886465C9bf831E216FbadcDC4f4d9161 |