Get Cross-Chain Status
Get your cross-chain status
Check transaction status
You can easily check your transaction status. Just provider source transaction hash and you will see the status in destination chain, as well as a hash in destination blockchain in case of transactrion success
Possible statuses
Status | Explanation |
---|---|
💤 PENDING | Transaction in progress |
💤 LONG_PENDING | Transaction in progress, probably stuck |
💤 NOT_FOUND | Transaction indexing in progress |
✴️ REVERT | Transaction on the destination chain was successful. You should revert the transaction and collect funds |
✴️ REVERTED | Transaction on the destination chain was failed. Your funs will be reverted to |
✅ READY_TO_CLAIM | Transaction on the destination chain was successful. You can now claim tokens |
✅ SUCCESS | Transaction on the destination chain was successful |
❌ FAIL | Transaction on the destination chain failed |
Last updated