+ Transaction:{" "} + {explorerTransaction(foundCell.outPoint.txHash)} +
++ Index:{" "} + {foundCell.outPoint.index} +
++ Capacity:{" "} + {ccc.fixedPointToString(foundCell.cellOutput.capacity)} CKB +
++ Lock Address:{" "} + {explorerAddress( + foundCellAddress, + formatString(foundCellAddress, 8, 6), + )} +
+ {foundCell.outputData && ( ++ Data Size:{" "} + {formatFileSize(ccc.bytesFrom(foundCell.outputData).length)} +
+ )} ++ The cell's lock address does not match your wallet address. + You will not be able to unlock this cell to update it. +
++ Cell Lock:{" "} + {explorerAddress( + foundCellAddress, + formatString(foundCellAddress, 8, 6), + )} +
++ Your Address:{" "} + {userAddress + ? explorerAddress(userAddress, formatString(userAddress, 8, 6)) + : "Not connected"} +
++ Deployment will fail because you cannot unlock this cell. +
++ Drag and drop a file here, or click to select +
++ Select a file from your computer +
++ {file.name} +
++ Size:{" "} + {formatFileSize(file.size)} +
++ Type:{" "} + {file.type || "Unknown"} +
++ Modified:{" "} + {formatDate(new Date(file.lastModified))} +
+{message}
+ {txHash && ( +{txHash}
+ )} ++ Please wait for transaction confirmation... +
++