+
+
+ TON tx hash
+ {trackingHash}
+
+
+
+
+
+
+ Current Status
+
+ {isTracking
+ ? 'Processing...'
+ : status === 'pending' && totalMessages > 0
+ ? `Processing (${onchainMessages}/${totalMessages})`
+ : status && status !== 'unknown'
+ ? status
+ : 'Pending'}
+
+
+
+
+
+ {status === 'completed' && (
+
+
+ Successfully sent to TAC!
+
+ )}
+
+ {status === 'failed' && (
+
+
+
Execution failed. Check explorer for details.
+
+ )}
+